buildConfig: Build configuration file

View source: R/buildConfig.R

buildConfigR Documentation

Build configuration file

Description

Compile metadata from all MRR and interogation sites from PTAGIS

Usage

buildConfig(
  node_assign = c("array", "site", "antenna"),
  array_suffix = c("UD", "UMD", "A0B0")
)

Arguments

node_assign

should nodes by assigned by array, site or antenna? Default is array.

array_suffix

if node_assign = "array", should nodes uses the suffixes of _U & _D (UD), _U, _M, & _D (UMD), or _A0 & _B0 (A0B0) to denote upstream, middle, and downstream arrays, respectively. Default is UD. If array_suffix = "UD" or array_suffix = "A0B0", the middle array is grouped with the upstream array.

Author(s)

Kevin See

Source

http://www.ptagis.org

Examples

buildConfig()


KevinSee/PITcleanr documentation built on Feb. 27, 2024, 11:03 p.m.