Serve an R Markdown Document Using servr

R code chunk:

if (TRUE) {
  1 + 1
}
rnorm(10)
summary(cars)
knitr::kable(head(mtcars))

Use servr::make() to serve this example. The Makefile for this directory is:


Session info:

sessionInfo()


Try the servr package in your browser

Any scripts or data that you put into this service are public.

servr documentation built on May 3, 2023, 1:18 a.m.