# NOT RUN {
bmc_search(query='ecology')
bmc_search('fire', limit=3)
bmc_search('fire', limit=2, page=1)
bmc_search('fire', limit=2, page=2)
# Search, then get full text
out <- bmc_search('ecology')
(urls <- vapply(out$records$url, "[[", "", 'value'))
browseURL(urls[1])
# curl debugging help
bmc_search('ecology', verbose = TRUE)
# }
Run the code above in your browser using DataLab