make_ebird | R Documentation |
Munge eBird for Use Case
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 )
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 |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.