spmetadata | R Documentation |
Search Springer metadata.
spmetadata(terms = NA, limit = NA, startrecord = NA, url = "http://api.springer.com/metadata/json", key = getOption("SpringerMetdataKey", stop("need a metadata API key for Springer Journals")), ..., curl = getCurlHandle())
terms |
search terms (character) |
limit |
number of results to return (integer) |
startrecord |
return results starting at the number specified (integer) |
url |
the base Springer url for the function (should be left to default) |
key |
your Springer API key, either enter, or loads from .Rprofile |
... |
optional additional curl options (debugging tools mostly) |
curl |
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint) |
Limited to 5 calls per second; 5000/day max.
Number of search results and results in a data.frame.
## Not run: spmetadata(terms = 'dna', limit = 5) spmetadata(terms = 'dna', limit = 5, verbose=TRUE) #debug mode ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.