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