Get all tables from a species' ECOS page

get_species_tables(url, verbose = TRUE)

Arguments

url
The path to the species' ECOS page
verbose
Print a message about tables being fetched [default = TRUE]

Value

A list of tables, named per get_table_type, and one table (scrape_info) that records information about the scrape

See also

get_table, get_table_type

Examples

## Not run: ------------------------------------ # tabs <- get_species_tables(TECP_domestic$Species_Page[1]) # tab2 <- get_species_url("Abies guatemalensis") %>% get_species_tables() ## ---------------------------------------------