get_table_list: Retrieve a data.frame with requested cbs tables
Description
get_table_list 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.
# NOT RUN {# get list of english tablestables_en <- get_table_list(Language="en")
# get list of dutch tablestables_nl <- get_table_list(Language="nl")
View(tables_nl)
# }