cso_get_content: Returns a character vector listing the statistics in a CSO...

View source: R/cso_get_meta.R

cso_get_contentR Documentation

Returns a character vector listing the statistics in a CSO data table

Description

Returns a character vector listing the statistics in a CSO data table

Usage

cso_get_content(table_code, cache = TRUE, flush_cache = TRUE)

Arguments

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 TRUE.

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

Value

character vector. The names of the statistics included in the table, with one element for each statistic.

Examples

## Not run: 
var_cont <- cso_get_content("EP008")

## End(Not run)

csodata documentation built on Aug. 11, 2023, 5:08 p.m.