URL such as from the browser address bar.
If not specified, clipboard contents will be checked for
a suitable URL. Can also contain a query term such as from
dbQueryHistory()["query-term"]
register
Optional name of register (i.e., "EUCTR" or
"CTGOV") in case url is a query term
Value
A string of query parameters that can be used to retrieve data
from the register.
# NOT RUN {# }# NOT RUN {db <- nodbi::src_sqlite(
collection = "my_collection")
ctrLoadQueryIntoDb(
ctrGetQueryUrlFromBrowser(),
con = db
)
# }# NOT RUN {# }