
Get all distinct times for the specified object.
Source:R/generic.R, R/treatment.R, R/observations.R, and 5 more
get_times.RdGet all distinct times for the specified object.
Usage
get_times(object, ...)
# S4 method for class 'treatment'
get_times(object, unwrap = TRUE)
# S4 method for class 'observations'
get_times(object, doseTimes = NULL)
# S4 method for class 'observations_set'
get_times(object, doseTimes = NULL)
# S4 method for class 'arm'
get_times(object)
# S4 method for class 'arms'
get_times(object)
# S4 method for class 'events'
get_times(object)
# S4 method for class 'dataset'
get_times(object)