html_to_df: html_to_df

Description Usage Arguments Author(s) Examples

Description

html_to_df takes the raw html code typically produced by WCopyFind and translates it into a workable dataframe.

Usage

1

Arguments

x

Author(s)

Stephanie L. DeMora and Loren Collingwood

Examples

1
2
3
dir <- system.file("extdata", package="RCopyFind")
match_dat<- (html_to_df(file_name(dir)))
head(match_dat@data)

SDeMora/RCopyFind documentation built on June 9, 2019, 11:43 a.m.