Learn R Programming

Reol (version 1.55)

CollectDataforWeb: Collect Data from EOL Pages for Website

Description

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

Usage

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

Run this code
	data(MyEOLs)
	CollectDataforWeb(MyEOLs[1])

Run the code above in your browser using DataLab