structure_dirs: Set Up Folder Structure

Description Usage Arguments Details Value

Description

Folder structure recommended for eddy covariance data processing and archivation.

Usage

1
structure_dirs(root = ".", create_dirs = FALSE, ...)

Arguments

root

A character string defining the root of created folder structure.

create_dirs

A logical value. Indicates whether directories should be created.

...

Further arguments to be passed to dir.create function.

Details

The purpose is to standardize the locations for metadata and post-processing inputs required to run the proposed workflow as well as to store data and metadata in levels corresponding to processing stage. The folder structure is not required to succesfully apply the workflow but simplifies its use. Adapted from: openeddy - structure_dirs

Data processing stages:

Value

A named list with paths to folder structure directories. Corresponding directories are created as a function side effect if create_dirs = TRUE (default).


grahamstewart12/tidyflux documentation built on June 4, 2019, 7:44 a.m.