Skip to contents

Dataset used

  • atlantic_ants

Introduction

The atlantic_ants data set contains

Data exploration

Citations

Silva et al. 2021. ATLANTIC ANTS: a data set of ants in Atlantic Forests of South America. Ecology, 103(2), e03580. https://doi.org/10.1002/ecy.3580

How we processed the raw data

Download data from Ecology

# download
# download data from https://esajournals.onlinelibrary.wiley.com/doi/full/10.1002/ecy.3580

# unzip
unzip(zipfile = "data-raw/ecy3580-sup-0001-datas1.zip", exdir = "data-raw")

Data cleaning

# fix data
atlantic_ants <- readr::read_delim("data-raw/ATLANTIC_ANTS_dataset.txt", delim = "\t") %>%
    janitor::clean_names()