powered by
Split a data frame into a list of subsets by variables
split_by(x, ...)
A data frame.
A list of unquoted variables, separated by commas, to split a dataset.
# NOT RUN { pedestrian %>% split_by(Sensor) # }
Run the code above in your browser using DataLab