% Generated by roxygen2: do not edit by hand % Please edit documentation in R/CleanHtml.R \name{cleanHtml} \alias{cleanHtml} \title{Clean a html formatted wikipedia page. 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{ Clean a html formatted wikipedia page. Nodes of interest from the DOM are extracted and then cleaned from all html tags and annotations. }