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