atlantic_mammals - ATLANTIC MAMMALS: a data set of assemblages of medium- and large-sized mammals of the Atlantic Forest of South America
Source:vignettes/articles/atlantic_mammals.Rmd
atlantic_mammals.Rmd
Citations
Souza et al. 2019. ATLANTIC MAMMALS: a data set of assemblages of medium- and large-sized mammals of the Atlantic Forest of South America. Ecology, 100(10), e02785. https://doi.org/10.1002/ecy.2785
How we processed the raw data
Download data from Ecology
# download
# download data from https://esajournals.onlinelibrary.wiley.com/doi/full/10.1002/ecy.2785
# unzip
unzip(zipfile = "data-raw/ecy2785-sup-0001-datas1.zip", exdir = "data-raw")
Data cleaning
# fix data
atlantic_mammals <- readr::read_csv("data-raw/ATLANTIC_MAMMAL_MID_LARGE _assemblages_and_sites.csv") %>%
janitor::clean_names()