View source: R/get-cut-points.R
get_cut | R Documentation |
Default method words for data frames. The list method applies the default method to each data set within the list.
get_cut(data, formula, cut = NULL, ...)
## Default S3 method:
get_cut(data, formula, cut = NULL, max_time = NULL, event = 1L, ...)
## S3 method for class 'list'
get_cut(
data,
formula,
cut = NULL,
max_time = NULL,
event = 1L,
timescale = "gap",
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.