
Set the name of the column recording the end time of an event as a global variable
Source:R/global_var.R
set_end_col2.Rd
Name of the column recording the end time of an event, e.g.: end_col = "end"
.
Examples
# set global variable `end_col` to "end_time"
set_end_col2("end_time")
# check if `end_col` is set up correctly
end_col2()
#> [1] "end_time"