
Set the name of the column recording the start time of an event as global variable
Source:R/global_var.R
set_start_col2.Rd
Name of the column recording the start time of an event, e.g.: start_col = "start"
Examples
# set global variable `start_col` as "start_time"
set_start_col2("start_time")
# check if `start_col` is set up correctly
start_col2()
#> [1] "start_time"