dir_size {pacs} | R Documentation |
size of package.
dir_size(path = ".", recursive = TRUE)
path |
|
recursive |
|
numeric
size in bytes, to get MB ten divide by 10**6
.
## Not run:
cat(pacs::dir_size(system.file(package = "stats")) / 10**6, "MB")
## End(Not run)