then objectfilter_then.RdThis function creates a 'then' list object which restricts the time constraint of a filter to be added to a sequence filter.
filter_then(limit = "within", count = 1, unit = "year")a structured list of time restrictions to be used to build the sequential filter
filter_then argumentsIn the UI you can add 'after' and 'within' statements to create a more complex time restriction.
The same can be accomplished using this function by listing the limits, counts, and units in a c()
function. This would look like: limit = c('within', 'after'), count = c(5, 1), unit = c('hit', 'visit')