powered by
This method is deprecated in favor of cbs_get_toc().
cbs_get_toc()
get_table_list( ..., select = NULL, base_url = getOption("cbsodataR.base_url", BASE_URL) )
data.frame with identifiers, titles and descriptions of tables
data.frame
filter statement to select rows, e.g. Language="nl"
character columns to be returned, by default all columns will be returned.
character
optionally specify a different server. Useful for third party data services implementing the same protocal.
if (FALSE) { # get list of english tables tables_en <- get_table_list(Language="en") # get list of dutch tables tables_nl <- get_table_list(Language="nl") View(tables_nl) }
Run the code above in your browser using DataLab