GET_page: Get the HTML version of the page at a URL

Description Usage Arguments Examples

Description

Function description; defaults to title if left blank

Usage

1
GET_page(url, pause = TRUE)

Arguments

url

The URL to fetch

pause

Pause for 0-3s before fetching? [default = TRUE]

Examples

1
2
3
4
5
An example to be run during package build
## Not run: 
  page <- GET_page(TECP_table$Species_Page[1])

## End(Not run)

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