powered by
Returns a character vector listing the statistics in a CSO data table
cso_get_content(table_code, cache = TRUE, flush_cache = TRUE)
character vector. The names of the statistics included in the table, with one element for each statistic.
string. A valid code for a table on data.cso.ie .
logical. Whether to use cached data, if available. Default value is TRUE.
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
if (FALSE) { var_cont <- cso_get_content("EP008") }
Run the code above in your browser using DataLab