get_species_page: Return the ECOS page for a given species as an xml2 objects

Description Usage Arguments Details Value Note Examples

Description

Return the ECOS page for a given species as an xml2 objects

Usage

1

Arguments

url

The url for a species' ECOS profile

verbose

Whether message that the page is being fetched [default = FALSE]

Details

There are several try statements because of the persnickettiness of #' ECOS. Most errors should caught by get_species_url.

Value

A page returned by rvest::read_html

Note

Unlike most other functions in ecosscraper, verbose is FALSE by default. This function is mostly a helper and other "primary" functions are verbose by default.

Examples

1
2
3
4
## Not run: 
  page <- get_species_url("Abies guatemalensis") %>% get_species_page()

## End(Not run)

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