Sign inSign up

drtomc/rmarkdown

By drtomc

•Updated almost 6 years ago

A dockerization of RMarkdown

Image
0

179

drtomc/rmarkdown repository overview

⁠rmarkdown-docker

Docker container with RMarkdown support.

Basic support is included for HTML and PDF outputs.

The following R packages are included:

  • rmarkdown
  • knitr
  • kableExtra
  • ggplot2

⁠A Simple Example

This simple example⁠ document can be rendered with the following command:

$ docker run -v ${PWD}:/data:rw rmarkdown:latest R -e 'library(rmarkdown); render("/data/example.Rmd")'

This creates a file example.html containing a some text and a plot.

Tag summary

Content type

Image

Digest

Size

559.4 MB

Last updated

almost 6 years ago

docker pull drtomc/rmarkdown