month_df | R Documentation |
A data set containing month numbers, 3-letter abbreviations, and season. This data set is imported into the RMarkdown scripts to produce reports.
month_df
A data frame with 12 rows and 4 variables:
Integer. Calendar year month numbers where Jan is 1 and Dec is 12.
Integer. Water year month number where Oct is 1 and Sep is 12.
Factor. Abbreviated month name using
month.abb
. Factor levels correspond to
water_month.
Character. 2-letter season abbreviation for winter (Wi), spring (Sp), summer (Su), and fall (Fa).
manual code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.