View source: R/date.shift.df.R
date.shift.df | R Documentation |
'date.shift.df()' shifts the dates a unified random number of weeks either forward or back between 1 and 52
date.shift.df(data)
data |
a data frame that is downstream of combine_storyboard_df() |
date |
the name of the column with the date intended to be shifted. Defaults to "date". |
A data frame of shifted dates
# Test with embedded data set "storyboard_dataset" storyboard_dataset %>% date.shift.df()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.