CollectDataforWeb: Collect Data from EOL Pages for Website

Description Usage Arguments Value Examples

View source: R/CollectDataforWeb.R

Description

These functions will read and scrape content off the downloaded EOL pages. This is for building the data table on eoldata.org.

Usage

1
2
3
4
5
CollectDataforWeb(MyEOL, do.higher.taxonomy)
CNCount(res)
DOCount(res)
providerCount(res)
DataProcessing(res, do.higher.taxonomy)

Arguments

MyEOL

A single filename for downloaded EOL pages

res

XML object

do.higher.taxonomy

TRUE/FALSE on whether to download higher level taxonomy

Value

Appends EOL data to a table.

Examples

1
2

Reol documentation built on May 30, 2017, 12:30 a.m.