cso_disp_meta {csodata} | R Documentation |
Takes the output from cso_get_meta
and prints it to the
console as formatted text.
cso_disp_meta(table_code)
table_code |
string. A valid code for a table on data.cso.ie . |
Does not return any values, rather the function prints the tables metadata to console.
## Not run:
cso_disp_meta("EP001")
## End(Not run)