Learn R Programming

cbsodataR (version 0.3)

cbs_get_meta: Get metadata of a cbs table

Description

Retrieve the meta data of a CBS open data table. Caching (cache=TRUE) improves the performance considerably. The meta data of a CBS table is

Usage

cbs_get_meta(id, verbose = FALSE, cache = TRUE, base_url = CBSOPENDATA)

Arguments

id

internal id of CBS table, can be retrieved with cbs_get_toc

verbose

Print extra messages what is happening.

cache

should the result be cached?

base_url

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

Value

cbs_table object containing several data.frames with meta data.