Read "Writing R Extensions" for more information.
Open this project via rainfall.Rproj
Ordering
dataframe %>%
arrange(fieldname)
or
dataframe[order(dataframe$fieldname), ]
Extracting parts of a date
# extract month code
format(dataframe$date, format = '%m')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.