Download a species' ECOS page
download_species_page(url, file, overwrite = FALSE)
A data_frame with four variables:
success
or failed
A wrapper around GET with several checks to make downloads more likely / robust.
## Not run: ------------------------------------ # get_species_url("Helianthus paradoxus") %>% # download_species_page("~/Downloads/HELPAR_2016-12-08.html") ## ---------------------------------------------