munge_ebird | R Documentation |
Filter and zero-fill ebird data.
munge_ebird( fns.obs, fns.samps, dir.out, zerofill = TRUE, years = NULL, countries = c("US", "CA"), states = NULL, species = NULL, protocol = c("Traveling", "Stationary"), remove.bbs.obs = TRUE, max.effort.km = NULL, max.effort.mins = NULL, max.birds.checklist = NULL, max.num.observers = 10, complete.only = TRUE, ncores = NULL, ydays = NULL, overwrite = FALSE )
fns.obs |
Filenames to observations files |
fns.samps |
Filenames to sampling events file |
dir.out |
Directory of where to save the filtered and munged data files |
zerofill |
.... |
years |
.... |
countries |
.... |
states |
.... |
species |
.... |
protocol |
.... |
remove.bbs.obs |
.... |
max.effort.km |
.... |
max.effort.mins |
.... |
max.birds.checklist |
.... |
max.num.observers |
.... |
complete.only |
.... |
ncores |
.... |
ydays |
.... |
overwrite |
.... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.