# Read in the example data
data(beesRaw)
# Run the function
beesRaw_out <- diagonAlley(
data = beesRaw,
# The minimum number of repeats needed to find a sequence in for flagging
minRepeats = 4,
groupingColumns = c("eventDate", "recordedBy", "datasetName"),
ndec = 3,
stepSize = 1000000,
mc.cores = 1)
Run the code above in your browser using DataLab