Get a the list of tables connected to themes
cbs_get_tables_themes(
...,
select = NULL,
verbose = FALSE,
cache = TRUE,
base_url = getOption("cbsodataR.base_url", BASE_URL)
)
A data.frame
with various properties of SN/CBS themes.
Use this to add a filter to the query e.g. get_tables_themes(ID=10)
.
character
vector with names of wanted properties. default is all
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 protocal.