download_meta-deprecated: Dumps the meta data into a directory

Description Usage Arguments Value See Also

Description

This method is deprecated in favor of cbs_download_meta().

Usage

1
2
3
4
5
6
7
8
download_meta(
  id,
  dir = id,
  ...,
  verbose = FALSE,
  cache = FALSE,
  base_url = getOption("cbsodataR.base_url", BASE_URL)
)

Arguments

id

Id of CBS open data table (see cbs_get_toc())

dir

Directory in which data should be stored. By default it creates a sub directory with the name of the id

...

not used

verbose

Print extra messages what is happening.

cache

Should meta data be cached?

base_url

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

Value

meta data object

See Also

Other meta data: cbs_add_date_column(), cbs_add_label_columns(), cbs_get_meta()

Other download: cbs_download_data(), cbs_download_table()


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