## Not run:
# bmc_search(terms = 'ecology')
# bmc_search(terms = 'fire', limit=3)
# bmc_search(terms = 'fire', limit=2, page=1)
# bmc_search(terms = 'fire', limit=2, page=2)
#
# (out <- bmc_search(terms = 'fire', limit=5))
#
# # Search, then get full text
# out <- bmc_search(terms = 'ecology')
# out$urls # you could use these to go to the website
# out$ids # used to construct download urls in bmc_xml
# browseURL(out$urls[1])
#
# # curl debugging help
# library('httr')
# bmc_search(terms = 'ecology', config=verbose())
# ## End(Not run)
Run the code above in your browser using DataLab