View source: R/check_gh_size.r
dir_size | R Documentation |
The function uses identified path to check the size of given directory. It returns the total size of files in the directory
dir_size(path)
path |
The full path to directory to be sized |
Sum of size of files in directory
## Not run:
dir_size(path = "C:/ghBackup/R")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.