inst/examples/slice-examples.R

library(dplyr)
library(dtrackr)

# an arbitrary 50 items from the iris dataframe is selected. The
# history is tracked
iris %>% track() %>% slice(51:100) %>% history()
terminological/dtrackr documentation built on Oct. 20, 2024, 6:11 a.m.