Create a Flexdashboard in R Markdown to visualize observations from a inaturalist project. Data may be obtained using the "rinat" package, by API or downloaded from inaturalist web site and imported via .csv. This Flexdashboard is made using data from the project Biodiversidad Marina Bahía Pardelas and Invertebrados Marinos Golfo Nuevo
Package used for getting inaturalist data:
Package for making maps of species occurrence data:
Package for importing observations using API:
Code for exotic species Bubble Plot from:
Install rinat
Only available in the development version from GitHub
devtools::install_github("ropensci/rinat")
Install curlconverter
Only available in the development version from GitHub
devtools::install_github("hrbrmstr/curlconverter")