Learn R Programming

cbsodataR (version 0.3)

get_meta: Get metadata of a cbs table

Description

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

Usage

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

Arguments

id

internal id of CBS table, can be retrieved with get_table_list

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 protocal.

Value

cbs_table object containing serveral data.frames with meta data.