View source: R/cambridge_search.r
| cambridge_search | R Documentation |
Search Cambridge journals metadata
cambridge_search(query = NULL, callopts = list())
query |
Query string |
callopts |
curl options passed on to GET call |
## Not run:
# Basic metadata search
out <- cambridge_search(query="history")
# Get certain fields
out[,c('creator','pages')]
# Go the web page for an article
browseURL(as.character(out[,c('url')][[1]]))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.