inst/ignore/aou_notes.R

#  from https://www.birdpop.org/pages/birdSpeciesCodes.php
download.file("http://www.birdpop.org/docs/misc/IBPAOU.zip", destfile = "~/IBPAOU.zip")
unzip("~/IBPAOU.zip", exdir = "~/")
res <- read.csv("~/IBP-Alpha-Codes20.csv")
head(res)

# checklist from http://checklist.aou.org/taxa/
chklst <- read.csv('http://checklist.aou.org/taxa.csv', header = TRUE, sep = ",", stringsAsFactors = FALSE)
head(chklst)

pryr::object_size(res)
pryr::object_size(chklst)

Try the taxize package in your browser

Any scripts or data that you put into this service are public.

taxize documentation built on April 22, 2022, 9:07 a.m.