Retrieve the meta data of a CBS open data table. Caching (cache=TRUE
) improves
the performance considerably. The meta data of a CBS table is
cbs_get_meta(id, verbose = FALSE, cache = TRUE, base_url = CBSOPENDATA)
internal id of CBS table, can be retrieved with cbs_get_toc
Print extra messages what is happening.
should the result be cached?
optionally specify a different server. Useful for third party data services implementing the same protocol.
cbs_table object containing several data.frames
with meta data.