csr_dataset: Return a single COSORE dataset.

Description Usage Arguments Value

View source: R/user.R

Description

Return a single COSORE dataset.

Usage

1
csr_dataset(dataset_name, quiet = FALSE, metadata_only = FALSE)

Arguments

dataset_name

The dataset name (from list_datasets), character

quiet

Print progress messages and warnings? Logical

metadata_only

Quick-read metadata only? Logical

Value

A list with (at least) elements:

description

Contents of DESCRIPTION.txt file. This contains site, instrument, and publication information.

contributors

Contents of CONTRIBUTORS.txt file with dataset contributor information. The first contributor listed is assumed to the main contact.

ports

Contents of PORTS.txt file, describing the species and measurement conditions of different ports (typically multiple chambers are measured by a single gas analyzer).

data

Continuous soil respiration data, parsed into a data.frame.

diagnostics

Diagnostics on the data parsing and QC process.

ancillary

Ancillary site information.


bpbond/cosore documentation built on July 20, 2021, 3:17 p.m.