powered by
markdownToHTML()
knit2html(input, ..., envir = parent.frame())
knit
new.env()
markdownToHTML
# a minimal example writeLines(c("# hello markdown", "``` {r hello-random, echo=TRUE}", "rnorm(5)", "```"), "test.Rmd") knit2html("test.Rmd") if (interactive()) browseURL("test.html")
Run the code above in your browser using DataLab