Description Usage Arguments Value
View source: R/add_time_variable.R
Add additional time variables to a dataframe based on an existing date/time variable.
1 | add_variable_monthweek(df, datevar = "date")
|
df |
A dataframe. |
datevar |
A char string of the date variable. |
df |
Returns a df containing the created variables: month, month.abb, monthday, week, weekday, etc. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.