file.sizeWOLinks | R Documentation |
If two files are hardlinks, they don't actually take up extra space on disk: there is only one copy of the data and two pointers to the data.
file.sizeWOLinks(path = ".", units = "auto", recursive = FALSE)
file.sizeCompare(path = ".", units = "auto", recursive = TRUE)
path |
The path to evaluate file sizes in. Must be a directory. |
units |
the units to be used in formatting and printing the size.
Allowed values for the different
For all standards, |
recursive |
Logical indicating whether to search recursively. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.