Relevant when the .data input is grouped.
If .preserve = FALSE (the default), the grouping structure
is recalculated based on the resulting data, otherwise the grouping is kept as is.
.messages
a set of glue specs. The glue code can use any global
variable, {.count.in}, {.count.out} for the input and output dataframes
sizes respectively and {.excluded} for the difference
.headline
a glue spec. The glue code can use any global variable,
{.count.in}, {.count.out} for the input and output dataframes sizes
respectively.
library(dplyr)
library(dtrackr)
# an arbitrary 50 items from the iris dataframe is selected. The# history is trackediris %>% track() %>% slice(51:100) %>% history()