resolve_deeplink {cbsodataR} | R Documentation |
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)
)
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.
[Package cbsodataR version 1.0.1 Index]