auk_last_edited: Filter the EBD by last edited date

Description Usage Arguments Value Examples

Description

Define a filter for the eBird Basic Dataset (EBD) based on a range of last edited dates. Last edited date is typically used to extract just new or recently edited data. This function only defines the filter and, once all filters have been defined, auk_filter() should be used to call AWK and perform the filtering.

Usage

1

Arguments

x

auk_ebd object; reference to EBD file created by auk_ebd().

date

character or date; date range to filter by, provided either as a character vector in the format "2015-12-31" or a vector of Date objects.

Value

An auk_ebd object.

Examples

1
2
3
system.file("extdata/ebd-sample.txt", package = "auk") %>%
  auk_ebd() %>%
  auk_last_edited(date = c("2010-01-01", "2010-12-31"))

mstrimas/auk documentation built on May 20, 2019, 5:26 p.m.