Description Usage Arguments Author(s) Examples
html_to_df takes the raw html code typically produced by WCopyFind and translates it into a workable dataframe.
1 | html_to_df(x)
|
x |
Stephanie L. DeMora and Loren Collingwood
1 2 3 | dir <- system.file("extdata", package="RCopyFind")
match_dat<- (html_to_df(file_name(dir)))
head(match_dat@data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.