cbs_get_data_from_link: Retrieve data from a link created from the StatLine app.

View source: R/cbs_get_data_from_link.R

cbs_get_data_from_linkR Documentation

Description

Retrieve data from a link created from the StatLine app.

Usage

cbs_get_data_from_link(
  link,
  message = TRUE,
  ...,
  base_url = getOption("cbsodataR.base_url", BASE_URL)
)

Arguments

link

url/hyperlink to opendata table made with the StatLine App

message

logical Should the query be printed (default TRUE)

...

passed on to cbs_get_data

base_url

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

Value

Same as cbs_get_data

See Also

Other data retrieval: cbs_add_date_column(), cbs_add_label_columns(), cbs_download_data(), cbs_extract_table_id(), cbs_get_data()


edwindj/cbsodataR documentation built on April 23, 2024, 7:15 p.m.