liftr: Dockerize R Markdown Documents

> library(liftr)

バージョン: 0.3


関数名 概略
drender Render Dockerized R Markdown Documents
lift Dockerize R Markdown Documents
liftr-package Dockerize R Markdown Documents

drender

Arguments

  • input
  • tag
  • build_args
  • container_name
  • reset
  • ...
> drender(input = NULL, tag = NULL, build_args = NULL,
+   container_name = NULL, reset = TRUE, ...)

lift

R Markdownファイルの記述からDockerfileを生成する

> lift(input = NULL, output_dir = NULL)