parse_ebird: Parse eBird database query and prepare for SQLite database...

Description Usage Arguments Value Examples

Description

This function parses the tab-delimited text files (.txt) provided by Cornell. Only fields relevant to the calculation of species-level geographic occurrence are preserved, and filters are applied to remove eBird records that were not identified to at least the species level, duplicate records present in group checklists and non-approved records. Records for species with an unspecified count of individuals are assigne a minimum value (i.e., 1) to indicate occurrence.

Usage

1

Arguments

file

character string of the file path to the tab-delimited eBird .txt file

Value

a data.frame

Examples

1
2
3
4
5
6
7
## Not run: 
# Parse and store eBird data from Florida into our SE_ebird SQLite database
# Assumes local database exists and prepared to accept records; see ?store_ebird
fl_birds <- parse_ebird("./Data/ebd_US-FL_relAug-2015.txt")
store_ebird(fl_birds)

## End(Not run)

adamdsmith/geobird documentation built on May 10, 2019, 5:13 a.m.