read_ports_file: Read dataset PORTS file

Description Usage Arguments Value

View source: R/parser.R

Description

Read dataset PORTS file

Usage

1
read_ports_file(dataset_name, file_data = NULL)

Arguments

dataset_name

Dataset name, character

file_data

File data, character vector; optional for testing

Value

A data.frame with the following columns:

CSR_PORT

Port number, numeric; 0 = all ports

CSR_MSMT_VAR

Measurement variable, "Rs" (soil respiration), "Rh" (heterotrophic respiration), or "NEE" (net ecosystem exchange from a clear chamber)

CSR_TREATMENT

Treatment, character; by default "None"

CSR_SPECIES

Species, character

CSR_DEPTH

Depth of collar, cm

CSR_AREA

Ground area of chamber, cm2


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