Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.29 KB

inat_flexdashboard_ARG

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

Sources

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:

Installation packages

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")