Skip to contents

This function downloads the latest species translation table from the Project FeederWatch website and saves it to inst/extdata/SpeciesTranslationTable/. If a previous version exists, the user will be asked for confirmation before overwriting it. This ensures taxonomy can readily be kept up to date annually, since it will only be manually updated on the PFW website otherwise.

Usage

update_taxonomy()

Value

A message confirming whether the update was successful.

Examples

if (FALSE) { # interactive()
# Prompt a species translation table taxonomy update
update_taxonomy()
}