# NOT RUN {
ctrOpenSearchPagesInBrowser(
"https://www.clinicaltrialsregister.eu/ctr-search/search?query=cancer")
# for this example, the clipboard has to
# contain the URL from a search in a register
ctrOpenSearchPagesInBrowser(
ctrGetQueryUrl())
# open the last query that was
# loaded into the database
db <- nodbi::src_sqlite(
collection = "previously_created"
)
ctrOpenSearchPagesInBrowser(
dbQueryHistory(con = db))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab