Learn R Programming

cbsodataR (version 1.1)

resolve_deeplink: resolve a deeplink created in the opendata portal

Description

resolve a deeplink created in the opendata portal

Usage

resolve_deeplink(
  deeplink,
  ...,
  base_url = getOption("cbsodataR.base_url", BASE_URL)
)

Value

information object with table id, select, filter and query statement.

Arguments

deeplink

url to the deeplink in the opendataportal

...

used in the query

base_url

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