Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 267 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 267 Bytes

ClimateUtils

The R package ClimateUtils contains utility functions for climate data.

Install R Package

if(!require("remotes")) install.packages("remotes")
remotes::install_github("ENVIMA/ClimateUtils")
library(ClimateUtils)
??ClimateUtils