spimages: Search open access springer images.

View source: R/spimages.R

spimagesR Documentation

Search open access springer images.

Description

Search open access springer images.

Usage

  spimages(terms, limit, startrecord = NA,
    url = "http://api.springer.com/images/json",
    key = getOption("SpringerImagesKey", stop("need an images API key for Springer Journals")),
    ..., curl = getCurlHandle())

Arguments

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)

Details

Limited to 1 call per second. 5000/day max.

Value

List

See Also

rplos (https://github.com/ropensci/rplos)

Examples

## Not run: 
spimages(terms = 'dna', limit = 5)
spimages(terms = 'dna', limit = 5, verbose=TRUE) #debug mode

## End(Not run)

ropensci/rspringer documentation built on May 18, 2022, 7:32 p.m.