Learn R Programming

CopernicusClimate (version 0.0.4)

cds_cite_dataset: Cite a dataset

Description

Use this function to obtain citation details for a specific dataset

Usage

cds_cite_dataset(dataset, ...)

Value

Returns a BibEntry-class object, with citation details for the requested dataset

Arguments

dataset

The name of a dataset to be cited.

...

Ignored

Examples

Run this code
if (interactive()) {
  cds_cite_dataset("reanalysis-era5-pressure-levels")
}

Run the code above in your browser using DataLab