
Set the name of the column recording transponder ID as global variable
Source:R/global_var.R
set_trans_col2.Rd
Set the name of the column recording transponder ID as global variable
Examples
# set global variable `trans_col` as "tag_id"
set_trans_col2("tag_id")
# check if `trans_col` is set up correctly
trans_col2()
#> [1] "tag_id"