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",
...
)
String. Unique identifier of plot in cond.
String. Unique identifier of plot in plt.
String. Unique identifier of plot in tree and seed.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
String.
For extendibility.
A list of user-supplied parameters and parameter values for strata.
If no parameters, an empty list is returned.
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"
#>