Learn R Programming

FIESTAutils (version 1.3.1)

tableIDs: 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",
  ...
)

Value

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

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.

Author

Tracey S. Frescino

Details

If no parameters, an empty list is returned.