
Set the name of the column recording bin ID as global variable
Source:R/global_var.R
set_bin_col2.Rd
Set the name of the column recording bin ID as global variable
Examples
# set global variable `bin_col` as "feeder_bin"
set_bin_col2("feeder_bin")
# check if `bin_col` is set up correctly
bin_col2()
#> [1] "feeder_bin"