knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

r4es

r4es contains code tutorials on using R for working with environmental data. These tutorials are the first steps to the eventual book, R for Environmental Science.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("corysauve/r4es")

Available tutorials

All tutorials and datasets are included when r4es is installed. They are also found under **

library(r4es)
## basic example code

Contributing

I welcome any contributions or suggestions for improving this package! Please open an issue to do so.

License

The r4es package is licensed under the MIT License. Please see the LICENSE for more details.



corysauve/r4es documentation built on Dec. 19, 2021, 6:05 p.m.