get_policies_tables: Get tables of NMFS ESA policies

Description Usage Details Value Note Examples

Description

Get tables of NMFS ESA policies

Usage

1

Details

NMFS provides tables with document titles, dates, and citations for their ESA policy documents. This function may be particularly useful in a script that is run as a cron job to check for updates.

Value

A list of two data.frames,

interagency

Table of interagency cooperation ESA policies

other_docs

Table of other ESA policies

Note

This function may be fragile: it is 'tuned' to the table layout of the ESA policies page as of 26 Nov 2016. Check the policies page, here, for a layout other than one two-column table at top, followed by >1 three-column tables below, if this function fails.

Examples

1
2
3
4
## Not run: 
   policies_tab <- get_policies_tables()

## End(Not run)

jacob-ogre/nmfsscraper documentation built on May 18, 2019, 8:01 a.m.