culsearch: Search CiteUlike.

View source: R/culsearch.r

culsearchR Documentation

Search CiteUlike.

Description

Search CiteUlike.

Usage

  culsearch(query = NA,
    url = "http://www.citeulike.org/json/search/all?q=")

Arguments

query

query to give to API call.

url

Base URL for the API call. Don't change.

Value

Number of records in CiteULike associated with the search, and the actual records.

Examples

## Not run: 
temp <- culsearch('evolution')
temp$numrecords # number of records
temp$records[1:3] # some of the actual records

## End(Not run)

ropensci/citeulike documentation built on May 18, 2022, 9:50 a.m.