Learn R Programming

rcrossref (version 0.6.0)

cr_r: Get a random set of DOI's through CrossRef.

Description

Get a random set of DOI's through CrossRef.

Usage

cr_r(sample = 10, ...)

Arguments

sample
The number of returned random DOIs. Maximum: 100. Default: 20.
...
Further args passed on to cr_works

Value

A character vector of DOIs

Examples

Run this code
## Not run: 
# # Default search gets 10 random DOIs
# cr_r()
# 
# # Get 30 DOIs
# cr_r(30)
# ## End(Not run)

Run the code above in your browser using DataLab