An R package for data processing and visualization of the naturecounts dataset.
Install the NatureReads package with remotes library in RStudio using this command:
remotes::install_github("melon64/NatureReads", subdir = "NatureReads")Some plotting features require a mapbox token that is free to obtain. Add it to your environment in RStudio as so:
mapboxToken = "{your token}"
Sys.setenv("MAPBOX_TOKEN" = mapboxToken)