Description Usage Arguments Value
This function calculates daily mean values for every numeric column in a data frame, and adds useful calendar data such as the day of the week, the month, etc. A useful purpose of this could be plotting calendar plots using ggplot().
1 | calendarify(df, date_col = "date")
|
df |
A data frame. |
date_col |
A character string indicating the date column. Defaults to "date". |
A data frame of daily mean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.