You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
402 B

8 years ago
#' Clean Up Gnarly HTML/XML
#'
8 years ago
#' HTML documents can be beautiful and pristine. They can also be
8 years ago
#' wretched, evil, malformed hellspawn. Now, you can tidy up that HTML and XML before
#' processing it with your favorite angle-bracket parsing tools.
8 years ago
#'
#' @name htmltidy
#' @docType package
8 years ago
#' @author Bob Rudis (bob@@rud.is)
8 years ago
#' @useDynLib htmltidy
#' @importFrom Rcpp sourceCpp
8 years ago
#' @import xml2 XML
8 years ago
NULL