Resorting and filtering dates

resequence(data, vars, unity = "_")

Arguments

data

a dataframe

vars

a character vector identifying columns in the dataframe to sequence

unity

a string identifying how multiple entries may be glued together. By default, tidyr::unite() glues using the underscore "_".

Value

a dataframe/columns

Examples

# NOT RUN {
TODO
# }