tableIDs: List of FIADB table unique IDs.

View source: R/tableIDs.R

tableIDsR Documentation

List of FIADB table unique IDs.

Description

Returns a list of user-supplied parameters and parameter values for data table unique IDs to be supplied to *pop functions.

Usage

tableIDs(
  cond = "PLT_CN",
  plt = "CN",
  tree = "PLT_CN",
  seedling = "PLT_CN",
  subplot = "PLT_CN",
  subp_cond = "PLT_CN",
  condid = "CONDID",
  subpid = "SUBP",
  ...
)

Arguments

cond

String. Unique identifier of plot in cond.

plt

String. Unique identifier of plot in plt.

tree

String. Unique identifier of plot in tree.

seedling

String. Unique identifier of plot in seedling.

subplot

String. Unique identifier of plot in subplot.

subp_cond

String. Unique identifier of plot in subp_cond.

condid

String. Unique identifier of a condition in cond.

subpid

String. Unique identifier of a subplot in subplot and subp_cond.

...

For extendibility.

Details

If no parameters, an empty list is returned.

Value

A list of user-supplied unique identifier of a plot in tables.

Author(s)

Tracey S. Frescino


FIESTAutils documentation built on April 4, 2025, 2:04 a.m.