get_species_tables: Get all tables from a species' ECOS page

Description Usage Arguments Value See Also Examples

Description

Get all tables from a species' ECOS page

Usage

1
2
get_species_tables(url = NULL, page = NULL, species = NULL,
  verbose = TRUE)

Arguments

url

The path to the species' ECOS page; alternative to page

page

An HTML page; alternative to url

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

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

## End(Not run)

jacob-ogre/ecosscraper documentation built on May 18, 2019, 8 a.m.