Learn R Programming

neotoma2 (version 1.0.5)

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
{
ds <- get_datasets(1)
cite_data(ds)
}

Run the code above in your browser using DataLab