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

cite_data,site-methodR Documentation

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

Arguments

x

sites object

Value

data.frame object with citation information.

Examples


ds <- get_datasets(1)
cite_data(ds)


neotoma2 documentation built on May 29, 2024, 6:21 a.m.