# NOT RUN {
db <- nodbi::src_sqlite(
collection = "test"
)
# Retrieve protocol-related information on a
# single trial identified by EudraCT number
ctrLoadQueryIntoDb(
queryterm = "2013-001291-38", con = db
)
# Retrieve protocol-related information on
# ongoing interventional cancer trials in children
ctrLoadQueryIntoDb(
queryterm = "cancer&recr=Open&type=Intr&age=0",
register = "CTGOV",
con = db
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab