Learn R Programming

neotoma2 (version 1.0.11)

cite_data,sites-method: Obtain data citations from multiple records.

Description

Given complete dataset objects in Neotoma (must have used get_datasets() or get_downloads()), return a formatted citation for the record, including the dataset DOI.

Usage

# S4 method for sites
cite_data(x)

Value

data.frame object with citation information.

Arguments

x

sites object

Examples

Run this code
if (FALSE) {
# Get datasets metadata from API
ds <- get_datasets(1)
}

Run the code above in your browser using DataLab