Learn R Programming

R2HTML (version 2.3.4)

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,371

Version

2.3.4

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Last Published

June 16th, 2024

Functions in R2HTML (2.3.4)

HTMLbr

Facility functions to write HTML code
HTMLgrid

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

Insert a graph in a HTML report
HTMLStart

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

Outputs an object to a HTML file
HTMLChangeCSS

Change the current CSS file for dynamic use of package
HTML.title

Writes a title in a target HTML output
HTML.cormat

Write a correlation matrix with HTML formatting
HTMLCSS

Insert HTML code to refer to an external CSS file
RweaveHTML

A driver to parse HTML noweb files with Sweave tool
HTML.function

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

Insert a piece of LaTeX into a HTML file
HTLMReplaceNA

Internal R2HTML functions
HTMLInitFile

Begins / Ends a new HTML report output
HTMLplot

Insert a graphic into an HTML output
HTMLstem

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

Wrapper around HTML() to save output to the clipboard
HTML.data.frame

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