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

popTableIDs(
  cond = "PLT_CN",
  plt = "CN",
  tree = "PLT_CN",
  seed = "PLT_CN",
  seedling = "PLT_CN",
  vsubpspp = "PLT_CN",
  p2veg_subplot_spp = "PLT_CN",
  vsubpstr = "PLT_CN",
  p2veg_subp_structure = "PLT_CN",
  invsubp = "PLT_CN",
  invasive_subplot_spp = "PLT_CN",
  subplot = "PLT_CN",
  subp_cond = "PLT_CN",
  dwm = "PLT_CN",
  cond_dwm_calc = "PLT_CN",
  sccm = "PLT_CN",
  subp_cond_chng_mtrx = "PLT_CN",
  grm = "PLT_CN",
  tree_grm_component = "PLT_CN",
  begin = "PLT_CN",
  tree_grm_begin = "PLT_CN",
  midpt = "PLT_CN",
  tree_grm_midpt = "PLT_CN",
  pltu = "PLT_CN",
  condu = "PLT_CN",
  ...
)

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 and seed.

seed

String.

seedling

String.

vsubpspp

String.

p2veg_subplot_spp

String.

vsubpstr

String.

p2veg_subp_structure

String.

invsubp

String.

invasive_subplot_spp

String.

subplot

String.

subp_cond

String.

dwm

String.

cond_dwm_calc

String.

sccm

String.

subp_cond_chng_mtrx

String.

grm

String.

tree_grm_component

String.

begin

String.

tree_grm_begin

String.

midpt

String.

tree_grm_midpt

String.

pltu

String.

condu

String.

...

For extendibility.

Value

A list of user-supplied parameters and parameter values for strata.

Details

If no parameters, an empty list is returned.

Author

Grayson W. White

Examples

popTableIDs(cond = "my_unique_id", tree = "my_tree_id")
#> $cond
#> [1] "my_unique_id"
#> 
#> $plt
#> [1] "CN"
#> 
#> $tree
#> [1] "my_tree_id"
#> 
#> $seed
#> [1] "PLT_CN"
#> 
#> $seedling
#> [1] "PLT_CN"
#> 
#> $vsubpspp
#> [1] "PLT_CN"
#> 
#> $p2veg_subplot_spp
#> [1] "PLT_CN"
#> 
#> $vsubpstr
#> [1] "PLT_CN"
#> 
#> $p2veg_subp_structure
#> [1] "PLT_CN"
#> 
#> $invsubp
#> [1] "PLT_CN"
#> 
#> $invasive_subplot_spp
#> [1] "PLT_CN"
#> 
#> $subplot
#> [1] "PLT_CN"
#> 
#> $subp_cond
#> [1] "PLT_CN"
#> 
#> $dwm
#> [1] "PLT_CN"
#> 
#> $cond_dwm_calc
#> [1] "PLT_CN"
#> 
#> $sccm
#> [1] "PLT_CN"
#> 
#> $subp_cond_chng_mtrx
#> [1] "PLT_CN"
#> 
#> $grm
#> [1] "PLT_CN"
#> 
#> $tree_grm_component
#> [1] "PLT_CN"
#> 
#> $begin
#> [1] "PLT_CN"
#> 
#> $tree_grm_begin
#> [1] "PLT_CN"
#> 
#> $midpt
#> [1] "PLT_CN"
#> 
#> $tree_grm_midpt
#> [1] "PLT_CN"
#> 
#> $pltu
#> [1] "PLT_CN"
#> 
#> $condu
#> [1] "PLT_CN"
#>