byuser: Search CiteUlike.

View source: R/byuser.r

byuserR Documentation

Search CiteUlike.

Description

Search CiteUlike.

Usage

  byuser(user = NA,
    url = "http://www.citeulike.org/json/user?q=")

Arguments

user

The username to search.

url

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

Value

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

Examples

## Not run: 
temp <- byuser('cbonfil')
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.