cbs_get_catalogs: Retrieves the possible catalog values that can be used for...

Description Usage Arguments Examples

View source: R/cbs_get_catalogs.R

Description

Retrieves the possible catalog values that can be used for retrieving data

Usage

1
cbs_get_catalogs(..., base_url = BASE_URL)

Arguments

...

filter statement to select rows, e.g. Language="nl"

base_url

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

Examples

1
2
3
4
5
6
7
8
catalogs <- cbs_get_catalogs()

# Identifier of catalog can be used to query
print(catalogs$Identifier)


ds_rivm <- cbs_get_datasets(catalog = "RIVM")
ds_rivm[1:5, c("Identifier","ShortTitle")]

cbsodataR documentation built on Jan. 13, 2021, 7:30 p.m.