
Set the name of the column recording animal ID as global variable
Source:R/global_var.R
set_id_col2.Rd
Set the name of the column recording animal ID as global variable
Examples
# set global variable `id_col` as "animal_id"
set_id_col2("animal_id")
# check if we set it up correctly
id_col2()
#> [1] "animal_id"