Learn R Programming

⚠️There's a newer version (2.3.4) of this package.Take me there.

R2HTML (version 2.3.2)

HTML Exportation for R Objects

Description

Includes HTML function and methods to write in an HTML file. Thus, making HTML reports is easy. Includes a function that allows redirection on the fly, which appears to be very useful for teaching purpose, as the student can keep a copy of the produced output to keep all that he did during the course. Package comes with a vignette describing how to write HTML reports for statistical analysis. Finally, a driver for 'Sweave' allows to parse HTML flat files containing R code and to automatically write the corresponding outputs (tables and graphs).

Copy Link

Version

Install

install.packages('R2HTML')

Monthly Downloads

4,445

Version

2.3.2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Last Published

June 23rd, 2016

Functions in R2HTML (2.3.2)

HTM2clip

Wrapper around HTML() to save output to the clipboard
HTMLbr

Facility functions to write HTML code
HTMLstem

Insert a stem-and-leaf plot in the HTML output
HTMLStart

Start / Stop the automatic redirection of output to HTML files
HTML.function

Writes the code of a function to a target HTML file
HTML

Outputs an object to a HTML file
HTMLInsertGraph

Insert a graph in a HTML report
HTMLplot

Insert a graphic into an HTML output
HTML.latex

Insert a piece of LaTeX into a HTML file
HTML.title

Writes a title in a target HTML output
HTMLgrid

Creates a HTML grid using ActiveWidget grid - www.activewidgets.com
HTMLInitFile

Begins / Ends a new HTML report output
HTMLChangeCSS

Change the current CSS file for dynamic use of package
HTMLCSS

Insert HTML code to refer to an external CSS file
HTML.cormat

Write a correlation matrix with HTML formatting
HTML.data.frame

Write a data.frame (or matrix) to a HTML output
HTLMReplaceNA

Internal R2HTML functions
RweaveHTML

A driver to parse HTML noweb files with Sweave tool