Use the following code to install the NatureCounts R package:

install.packages("naturecounts", repos = c(birdscanada = 'https://birdscanada.r-universe.dev', CRAN = 'https://cloud.r-project.org'))

After installation you will need to load the package each time you start an R session. Use the following code to load the package:

library(naturecounts)

There are several resources to help you get started accessing and working with NatureCounts data in R:

Next section: Citing and Acknowledging NatureCounts