Nothing
library(rmarkdown)
library(prettydoc)
setwd("~/src/R/biostat3/inst/doc")
files <- paste0("q", c(1:4,6:14,22,23,25,28),".Rmd")
## files <- paste0("q", c(14),".Rmd")
rmarkdown::render("index.Rmd", html_pretty())
setwd("labs")
for (file in files) {
rmarkdown::render(file, html_pretty())
}
rmarkdown::render("installation.Rmd", html_pretty())
setwd("..")
setwd("solutions")
for (file in files) {
rmarkdown::render(file, html_pretty())
}
setwd("..")
## setwd("~/src/R/biostat3/inst/doc/solutions")
## rmarkdown::render("q2.Rmd", "html_document")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.