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.

21 lines
440 B

% Generated by roxygen2: do not edit by hand
8 years ago
% Please edit documentation in R/tidy.r
\name{tidy_html}
\alias{tidy_html}
8 years ago
\title{Tidy HTML/XML/XHTML Documents}
8 years ago
\usage{
8 years ago
tidy_html(content, options = list(TidyXhtmlOut = TRUE))
8 years ago
}
\arguments{
8 years ago
\item{content}{atomic character or raw vector of content to tidy}
\item{options}{named list of options}
}
\value{
atomic character vector of tidy content
8 years ago
}
\description{
8 years ago
Tidy HTML/XML/XHTML Documents
8 years ago
}