Description Usage Arguments Details Value Author(s) Examples
Clean data frame provided by eBird
1 | ebirdclean(x = "MyEBirdData.csv")
|
x |
CSV file provided by eBird. Defaults to the name provided by eBird: "MyEBirdData.csv". |
Uses read.csv
to read the .csv file, with its only argument being stringsAsFactors = FALSE
.
An updated data frame, with the following changes: - Separates the Date column into two new columns, Year and Month. - Extracts country information from State.Province and converts into full name (using the countrycode package) - Removes text in parentheses in Common.name, which is used to denote subspecies or groups. - Removes all rows of species labelled as hybrids, domestic types, slashes (uncertain records between two species), or spuhs (Genus sp.).
Sebastian Pardo sebpardo@gmail.com
1 2 3 4 | ## Not run:
mylist <- ebirdclean("MyEBirdData.csv")
mylist <- ebirdclean()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.