resequence.Rd
Resorting and filtering dates
resequence(data, vars, unity = "_")
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 "_". |
a dataframe/columns
# NOT RUN { TODO # }