make_ebird: Munge eBird for Use Case

View source: R/make_ebird.R

make_ebirdR Documentation

Munge eBird for Use Case

Description

Munge eBird for Use Case

Usage

make_ebird(
  dir.ebird.in,
  dir.out = NULL,
  fns.samps = NULL,
  fns.obs = NULL,
  mmyyyy = "fEb-2022",
  overwrite = FALSE,
  countries = c("US", "CA"),
  states = NULL,
  species = NULL,
  complete.only = TRUE,
  protocol = c("Traveling", "Stationary"),
  remove.bbs.obs = TRUE,
  years = NULL,
  max.effort.km = NULL,
  max.effort.mins = NULL,
  max.birds.checklist = 100,
  max.num.observers = 10,
  ncores = NULL,
  out.filetype = ".csv.gz",
  ydays = NULL
)

Arguments

dir.ebird.in

Where the original eBird data are stored. A single directory only...

dir.out

Path to directory for where to save compressed outputs of munged data. If NULL will save to a subdirectory within current working directory.

fns.samps

Filenames for import sampling events

fns.obs

Filenames or directory for

mmyyyy

month-year used for searching ebird files.

overwrite

if TRUE will overwrite any existing files.

countries

countries

states

...

species

...

complete.only

...

protocol

...

remove.bbs.obs

...

years

...

max.effort.km

...

max.effort.mins

...

max.birds.checklist

...

max.num.observers

...

ncores

....

out.filetype

...

ydays

...


trashbirdecology/bbsebird documentation built on June 30, 2022, 12:18 a.m.