cso_get_interval | R Documentation |
Reads the metadata of a table to return an atomic character vector displaying the intervals at which the data included in the table was gathered/calculated.
cso_get_interval(table_code, cache = FALSE, flush_cache = TRUE)
table_code |
string. A valid code for a table on data.cso.ie . |
cache |
logical. Whether to use cached data, if available. Default value is FALSE. |
flush_cache |
logical. If TRUE (default) the cache will be checked for old, unused files. Any files which have not been accessed in the last month will be deleted |
character vector. The names of the statistics included in the table, with one element for each statistic.
## Not run:
interval <- cso_get_interval("C0636")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.