cbs_get_toc: Retrieve a data.frame with requested cbs tables
Description
cbs_get_toc by default a list of all tables and all columns will be retrieved.
You can restrict the query by supplying multiple filter statements or by specifying the
columns that should be returned.
if (FALSE) {
# get list of english tablestables_en <- cbs_get_toc(Language="en")
# get list of dutch tablestables_nl <- cbs_get_toc(Language="nl")
View(tables_nl)
}