CollectDataforWeb: Collect Data from EOL Pages for Website

View source: R/CollectDataforWeb.R

CollectDataforWebR Documentation

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 = FALSE)

CNCount(res)

DOCount(res)

providerCount(res)

DataProcessing(res, do.higher.taxonomy)

Arguments

MyEOL

A single filename for downloaded EOL pages

do.higher.taxonomy

(logical) on whether to download higher level taxonomy

res

XML object

...

Curl options passed on to getURL

Value

Appends EOL data to a table.

Examples

## Not run: 
data(MyEOLs)
CollectDataforWeb(MyEOLs[1])

## End(Not run)

ropensci/reol documentation built on May 18, 2022, 6:33 p.m.