list_eurostat_cache_items {eurostat} | R Documentation |
Output cache information as data.frame
Description
Parses cache_list.json file and returns a data.frame
Usage
list_eurostat_cache_items(cache_dir = NULL)
Arguments
cache_dir |
a path to a cache directory. NULL (default) uses and creates
'eurostat' directory in the temporary directory defined by base R
tempdir() function. The user can set the cache directory to an existing
directory by using this argument. The cache directory can also be set with
set_eurostat_cache_dir() function.
|
Value
A data.frame object with 3 columns: dataset code, download date and
query md5 hash
[Package
eurostat version 4.0.0
Index]