powered by
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)
A tibble with 2 variables:
Name of the folder
Size of the folder
Character, path to directory where data will be stored. If NULL, user_cache_dir will be used to determine path.
NULL
if (FALSE) { cache_info() }
Run the code above in your browser using DataLab