Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/CleanHtml.R
\name{cleanHtml}
\alias{cleanHtml}
Nodes of interest from the DOM are extracted and then cleaned from all html
tags and annotations.}
\usage{
cleanHtml(html)
}
\arguments{
\item{html}{Url linking to a wikipedia webpage or a html formatted document.}
}
\value{
Plaintext document containing only the maintext of the give wikipedia page.
}
\description{
Nodes of interest from the DOM are extracted and then cleaned from all html
tags and annotations.
}