atlantic_frugivory - Atlantic frugivory: a plant–frugivore interaction data set for the Atlantic Forest
Source:vignettes/articles/atlantic_frugivory.Rmd
atlantic_frugivory.Rmd
Citations
Bello et al. 2017. Atlantic frugivory: a plant–frugivore interaction data set for the Atlantic Forest. Ecology, 98(6), 1729-1729. https://doi.org/10.1002/ecy.1818
How we processed the raw data
Download data from Ecology
# download
# download data from https://esajournals.onlinelibrary.wiley.com/doi/full/10.1002/ecy.1818
# unzip
unzip(zipfile = "data-raw/ecy1818-sup-0002-datas1.zip", exdir = "data-raw")
Data cleaning
# import data
atlantic_frugivory <- readr::read_csv("data-raw/ATLANTIC_frugivory.csv") %>%
janitor::clean_names()