Skip to content

samherniman/R.inat.fxns

Repository files navigation

R.inat.fxns

Lifecycle: experimental CRAN status

The goal of R.inat.fxns is to provide some functions that make downloading iNat observations from multiple projects easy. Please use responsibly.

Installation

You can install the development version of R.inat.fxns from GitHub with:

# install.packages("devtools")
devtools::install_github("samherniman/R.inat.fxns")

Example

Load the package with:

library(R.inat.fxns)

Make a list of iNat project slugs to download from

projects_vec <- c(
  "city-nature-challenge-2022-greater-vancouver", 
  "city-nature-challenge-2022-delta-bc",
  "city-nature-challenge-2022-richmond-bc",
  "city-nature-challenge-2022-surrey-bc",
  "city-nature-challenge-2022-tri-cities-british-columbia"
)

Download all the observations in each project

obs_sf <- download_many_projects(projects_vec)

About

Small functiions to help with inat worflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages