notes/README.md

Independent Development Environments

IntelliJ

Read "Writing R Extensions" for more information.

R Studio

Open this project via rainfall.Rproj

Snippets

Ordering

dataframe %>%
  arrange(fieldname)

or

dataframe[order(dataframe$fieldname), ]

Extracting parts of a date

# extract month code
format(dataframe$date, format = '%m')



premodelling/rainfall documentation built on Oct. 23, 2023, 3:40 a.m.