add_YEARMODA | R Documentation |
This function allows users to add a column called YEARMODA or YEARMODAHO to any chillR
-formatted
data frame
add_YEARMODA(data, add_hour = FALSE)
data |
is a data frame at least containing the columns |
add_hour |
is a boolean parameter defining whether the output should add the |
A data frame
df <- data.frame(Year = rep(2011, 10), Month = rep(1, 10), Day = seq(1, 10), Tmin = c(10, 12, 11, NA, 21, NA, NA, 10, 20, 23)) add_YEARMODA(data = df, add_hour = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.