| cut_on_condition | R Documentation | 
Cuts / splits data frame in list based on condition
cut_on_condition(data, condition, mapping)
data | 
 data frame to cut  | 
condition | 
 expression used for grouping  | 
mapping | 
 names for list  | 
list
## Not run: 
data <- cut_on_condition(data, end_interval < endtime, c("TRUE" = "overlaps", "FALSE" = "complete"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.