Fill in missing sequences

seq_fill(x, seq.type = "month", return.list = TRUE)

seq_fill_date(x)

seq_fill_date_df(df, col)

Arguments

x
A sequence of numbers.
seq.type
The type of sequence: "numeric" (default) or "month".
return.list
Logical. Return a list (default) or a single numeric vector.
df
A dataframe containing a column of type mm/yyyy, in some format
col
The quoted name of the column in df containing the mm/yyyy column