From 90eec4ab8721deafeeb046745f15865c5fb82e80 Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Fri, 6 May 2016 06:25:37 -0400 Subject: [PATCH] README --- README.Rmd | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.Rmd b/README.Rmd index 8bc5a5d..4bf4c36 100644 --- a/README.Rmd +++ b/README.Rmd @@ -15,6 +15,8 @@ knitr::opts_chunk$set( `htmltidy` — Clean up gnarly HTML/XML +Inspired by [this SO question](http://stackoverflow.com/questions/37061873/identify-a-weblink-in-bold-in-r) and because there's a great deal of cruddy HTML out there that needs fixing to use properly when scraping data. + NOTE: Requires [`libtidy`](http://www.html-tidy.org/) and presently is super-basic (no way to set options and pretty much only does HTML) The following functions are implemented: diff --git a/README.md b/README.md index 02915af..8733289 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ `htmltidy` — Clean up gnarly HTML/XML +Inspired by [this SO question](http://stackoverflow.com/questions/37061873/identify-a-weblink-in-bold-in-r) and because there's a great deal of cruddy HTML out there that needs fixing to use properly when scraping data. + NOTE: Requires [`libtidy`](http://www.html-tidy.org/) and presently is super-basic (no way to set options and pretty much only does HTML) The following functions are implemented: