get_tables_themes: Get a the list of tables connected to themes

View source: R/get-themes.R

get_tables_themesR Documentation

Get a the list of tables connected to themes

Description

Get a the list of tables connected to themes

Usage

get_tables_themes(
  ...,
  select = NULL,
  base_url = getOption("cbsodataR.base_url", BASE_URL)
)

Arguments

...

Use this to add a filter to the query e.g. get_tables_themes(ID=10).

select

character vector with names of wanted properties. default is all

base_url

optionally specify a different server. Useful for third party data services implementing the same protocal.

Value

A data.frame with various properties of SN/CBS themes.


edwindj/cbsodataR documentation built on April 28, 2024, 7:02 p.m.