View source: R/get-table-list.R
get_table_list | R Documentation |
This method is deprecated in favor of cbs_get_toc()
.
get_table_list(
...,
select = NULL,
base_url = getOption("cbsodataR.base_url", BASE_URL)
)
... |
filter statement to select rows, e.g. Language="nl" |
select |
|
base_url |
optionally specify a different server. Useful for third party data services implementing the same protocal. |
data.frame
with identifiers, titles and descriptions of tables
## Not run:
# 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.