cache_info {textdata} | R Documentation |
List folders and their sizes in cache
Description
This function will return a tibble with the name and sizes of all folder in specified directory. Will default to textdata's default cache.
Usage
cache_info(dir = NULL)
Arguments
dir |
Character, path to directory where data will be stored. If
|
Value
A tibble with 2 variables:
- name
Name of the folder
- size
Size of the folder
Examples
## Not run:
cache_info()
## End(Not run)
[Package textdata version 0.4.5 Index]