cache_info {textdata} | R Documentation |
This function will return a tibble with the name and sizes of all folder in specified directory. Will default to textdata's default cache.
cache_info(dir = NULL)
dir |
Character, path to directory where data will be stored. If
|
A tibble with 2 variables:
Name of the folder
Size of the folder
## Not run:
cache_info()
## End(Not run)