cite_data,sites-method {neotoma2} | R Documentation |
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 signature 'sites'
cite_data(x)
Arguments
x |
sites object |
Value
data.frame
object with citation information.
Examples
{
ds <- get_datasets(1)
cite_data(ds)
}
[Package neotoma2 version 1.0.4 Index]