tags: Get CiteUlike tags for a DOI.

View source: R/tags.r

tagsR Documentation

Get CiteUlike tags for a DOI.

Description

Get CiteUlike tags for a DOI.

Usage

  tags(doi = NA, summary = FALSE, wc = FALSE,
    url = "http://www.citeulike.org/api/posts/for/doi/")

Arguments

doi

DOI of the article.

summary

Print summary data.frame of tags and counts.

wc

Make wordcloud or not (Defaults to FALSE). Uses the wordcloud package.

url

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

Value

Tags on the DOI.

Examples

## Not run: 
tags(doi = '10.1371/journal.pmed.0020124')
tags(doi = '10.1371/journal.pmed.0020124', summary=TRUE)
tags(doi = '10.1371/journal.pmed.0020124', wc=TRUE)

## End(Not run)

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