Get all tables from a species' ECOS page
get_species_tables(url, verbose = TRUE)
A list of tables, named per get_table_type, and one
table (scrape_info
) that records information about the scrape
get_table, get_table_type
## Not run: ------------------------------------ # tabs <- get_species_tables(TECP_domestic$Species_Page[1]) # tab2 <- get_species_url("Abies guatemalensis") %>% get_species_tables() ## ---------------------------------------------