html.table.reader: Read an Html Table from a url in an html.table file.

Description Usage Arguments Value Examples

Description

This function will head an HTMl file from the url, parse the file for tables, and extract all tables into dataframes that are names using the table id

Usage

1
html.table.reader(data.file, filename, variable.name)

Arguments

data.file

The name of the data file to be read.

filename

The path to the data set to be loaded.

variable.name

The name to be assigned to in the global environment.

Value

No value is returned; this function is called for its side effects.

Examples

1
2
3
library('ProjectTemplate')

## Not run: es.reader('example.es', 'data/example.es', 'example')

KentonWhite/HtmlTableReader documentation built on May 8, 2019, 4:50 p.m.