Skip to content

Instantly share code, notes, and snippets.

View Exchizz's full-sized avatar

Mathias Neerup Exchizz

View GitHub Profile
@nassimhaddad
nassimhaddad / r2html_into_variable.R
Created February 7, 2013 12:01
generate html code with R
library(R2HTML)
# setup a temporaty file to store the code
fileName <- 'temp.html'
.HTML.file = file.path(getwd(), fileName)
# make a title
HTML(as.title("Title of my report"), append = FALSE)
# add space
HTMLhr()