dir_size {pacs} | R Documentation |
Size of the package
Description
size of package.
Usage
dir_size(path = ".", recursive = TRUE)
Arguments
path |
|
recursive |
|
Value
numeric
size in bytes, to get MB ten divide by 10**6
.
Examples
## Not run:
cat(pacs::dir_size(system.file(package = "stats")) / 10**6, "MB")
## End(Not run)
[Package pacs version 0.5.1 Index]