users: Get CiteUlike usernames or groups that cite a given DOI.

View source: R/users.r

usersR Documentation

Get CiteUlike usernames or groups that cite a given DOI.

Description

Get CiteUlike usernames or groups that cite a given DOI.

Usage

  users(doi = NA,
    url = "http://www.citeulike.org/api/posts/for/doi/")

Arguments

doi

DOI of the article.

url

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

Value

Character vector of usernames or group names.

Examples

## Not run: 
users(doi = '10.1371/journal.pmed.0020124')

## End(Not run)

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