Learn R Programming

neotoma2 (version 1.0.5)

cite_data,site-method: Obtain data citations from a single record.

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 site
cite_data(x)

Value

data.frame object with citation information.

Arguments

x

sites object

Examples

Run this code
# \donttest{
ds <- get_datasets(1)
cite_data(ds)
# }

Run the code above in your browser using DataLab