resolve_deeplink: resolve a deeplink created in the opendata portal

Description Usage Arguments Value

View source: R/deeplink.R

Description

resolve a deeplink created in the opendata portal

Usage

1
2
3
4
5
resolve_deeplink(
  deeplink,
  ...,
  base_url = getOption("cbsodataR.base_url", BASE_URL)
)

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.

Value

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


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