Package: R2HTML 2.3.3
R2HTML: HTML Exportation for R Objects
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).
Authors:
R2HTML_2.3.3.tar.gz
R2HTML_2.3.3.zip(r-4.5)R2HTML_2.3.3.zip(r-4.4)R2HTML_2.3.3.zip(r-4.3)
R2HTML_2.3.3.tgz(r-4.4-any)R2HTML_2.3.3.tgz(r-4.3-any)
R2HTML_2.3.3.tar.gz(r-4.5-noble)R2HTML_2.3.3.tar.gz(r-4.4-noble)
R2HTML_2.3.3.tgz(r-4.4-emscripten)R2HTML_2.3.3.tgz(r-4.3-emscripten)
R2HTML.pdf |R2HTML.html✨
R2HTML/json (API)
NEWS
# Install 'R2HTML' in R: |
install.packages('R2HTML', repos = c('https://nalimilan.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nalimilan/r2html/issues
Last updated 5 months agofrom:9088742b47. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win | OK | Nov 11 2024 |
R-4.5-linux | OK | Nov 11 2024 |
R-4.4-win | OK | Nov 11 2024 |
R-4.4-mac | OK | Nov 11 2024 |
R-4.3-win | OK | Nov 11 2024 |
R-4.3-mac | OK | Nov 11 2024 |
Exports:as.latexas.titleHTMLHTML.cormatHTML.titleHTML2clipHTMLbrHTMLChangeCSSHTMLCSSHTMLEndFileHTMLGetFileHTMLgridHTMLgrid_inlineHTMLgrid_referencesHTMLgrid_summaryHTMLhrHTMLInitFileHTMLInsertGraphHTMLliHTMLplotHTMLSetFileHTMLStartHTMLstemHTMLStopRweaveHTMLRweaveHTMLFinishRweaveHTMLOptionsRweaveHTMLRuncodeRweaveHTMLSetupRweaveHTMLWritedocSweaveSyntaxHTML
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Internal R2HTML functions | HTMLcode HTMLCommand HTMLReplaceNA |
Wrapper around HTML() to save output to the clipboard | HTML2clip |
Outputs an object to a HTML file | HTML HTML.abbrev HTML.agnes HTML.Anova HTML.anova HTML.anova.loglm HTML.aov HTML.aovlist HTML.ar HTML.Arima HTML.arima0 HTML.array HTML.atomic HTML.boot HTML.bootci HTML.bSpline HTML.by HTML.call HTML.character HTML.clara HTML.coefmat HTML.complex HTML.connection HTML.correspondence HTML.cox.zph HTML.coxph.null HTML.default HTML.density HTML.diana HTML.difftime HTML.dissimilarity HTML.dist HTML.dummy.coef HTML.dummy.coef.list HTML.ecdf HTML.ellipsoid HTML.environment HTML.factanal HTML.factor HTML.family HTML.fanny HTML.fitdistr HTML.formula HTML.fractions HTML.ftable HTML.gam HTML.gamma.shape HTML.glm HTML.glm.dose HTML.glm.null HTML.grob HTML.hclust HTML.HoltWinters HTML.hsearch HTML.htest HTML.infl HTML.integer HTML.integrate HTML.lda HTML.libraryIQR HTML.list HTML.listof HTML.lm HTML.lm.null HTML.loadings HTML.loess HTML.logical HTML.logLik HTML.loglm HTML.lqs HTML.mca HTML.medpolish HTML.MethodsFunction HTML.mona HTML.mtable HTML.multinom HTML.nls HTML.nnet HTML.noquote HTML.numeric HTML.octmode HTML.ordered HTML.pairlist HTML.pairwise.htest HTML.pam HTML.polr HTML.polySpline HTML.POSIXct HTML.POSIXlt HTML.power.htest HTML.ppolySpline HTML.ppr HTML.prcomp HTML.princomp HTML.qda HTML.reStruct HTML.ridgelm HTML.rle HTML.rlm HTML.rms.curv HTML.rpart HTML.saddle.distn HTML.SavedPlots HTML.shingle HTML.shingleLevel HTML.simple.list HTML.simplex HTML.smooth.spline HTML.socket HTML.stepfun HTML.stl HTML.StructTS HTML.structure HTML.summary.agnes HTML.summary.aov HTML.summary.aovlist HTML.summary.clara HTML.summary.diana HTML.summary.fanny HTML.summary.gam HTML.summary.glm HTML.summary.glm.null HTML.summary.lm HTML.summary.lm.null HTML.summary.lme HTML.summary.loess HTML.summary.loglm HTML.summary.manova HTML.summary.mona HTML.summary.multinom HTML.summary.negbin HTML.summary.nls HTML.summary.nnet HTML.summary.pam HTML.summary.pdDiag HTML.summary.polr HTML.summary.ppr HTML.summary.prcomp HTML.summary.princomp HTML.summary.rlm HTML.summary.table HTML.table HTML.tables.aov HTML.terms HTML.ts HTML.tskernel HTML.TukeyHSD HTML.tukeyline HTML.tukeysmooth HTML.unit HTML.viewport HTML.xtable HTML.xtabs |
Write a correlation matrix with HTML formatting | HTML.cormat |
Write a data.frame (or matrix) to a HTML output | HTML.data.frame HTML.matrix |
Writes the code of a function to a target HTML file | HTML.function |
Insert a piece of LaTeX into a HTML file | as.latex HTML.latex |
Writes a title in a target HTML output | as.title HTML.title |
Facility functions to write HTML code | HTMLbr HTMLhr HTMLli |
Change the current CSS file for dynamic use of package | HTMLChangeCSS |
Insert HTML code to refer to an external CSS file | HTMLCSS |
Creates a HTML grid using ActiveWidget grid - www.activewidgets.com | HTMLgrid HTMLgrid_inline HTMLgrid_references HTMLgrid_summary |
Begins / Ends a new HTML report output | HTMLEndFile HTMLGetFile HTMLInitFile HTMLSetFile |
Insert a graph in a HTML report | HTMLInsertGraph |
Insert a graphic into an HTML output | HTMLplot |
Start / Stop the automatic redirection of output to HTML files | HTMLStart HTMLStop |
Insert a stem-and-leaf plot in the HTML output | HTMLstem |
A driver to parse HTML noweb files with Sweave tool | RweaveHTML RweaveHTMLFinish RweaveHTMLOptions RweaveHTMLRuncode RweaveHTMLSetup RweaveHTMLWritedoc SweaveSyntaxHTML |