Skip to contents

Name of the column recording the start time of an event, e.g.: start_col = "start"

Usage

set_start_col2(new_name = "start")

Arguments

new_name

A single character string naming the column that stores the start time of each visit/event.

Value

Called for its side-effects

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"