read_dataset: Read a complete dataset from either standardized or raw files

Description Usage Arguments Value Examples

View source: R/parser.R

Description

Read a complete dataset from either standardized or raw files

Usage

1
2
3
4
5
6
7
read_dataset(
  dataset_name,
  raw_data,
  force_raw = FALSE,
  quiet = FALSE,
  metadata_only = FALSE
)

Arguments

dataset_name

Dataset name, character

raw_data

Path to the raw data folder (not in package)

force_raw

Ignore existing standardized data and read raw data, logical

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

contributors

Contents of CONTRIBUTORS.txt file

ports

Contents of PORTS.txt file

data

Continuous soil respiration data, parsed into a data.frame

diagnostics

Diagnostics on the data parsing and QC process

ancillary

Ancillary site information

Examples

1
suppressWarnings(read_dataset("TEST_licordata"))

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