resolve_deeplink {cbsodataR} | R Documentation |
resolve a deeplink created in the opendata portal
resolve_deeplink(
deeplink,
...,
base_url = getOption("cbsodataR.base_url", BASE_URL)
)
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. |
information object with table id, select, filter and query statement.