Learn R Programming

golem (version 0.0.1.5003)

add_shinyproxy_dockerfile: Create a Dockerfile for Shiny App

Description

Build a container containing your Shiny App.

Usage

add_shinyproxy_dockerfile(input = "DESCRIPTION", output = "Dockerfile",
  from = paste0("FROM rocker/tidyverse:", R.Version()$major, ".",
  R.Version()$minor))

Arguments

input

path to the DESCRIPTION file to use as an input.

output

name of the Dockerfile output.

from

The FROM of the Dockerfile. Default is FROM rocker/tidyverse: with `R.Version()$major` and `R.Version()$minor`.

Examples

Run this code
# NOT RUN {
add_shinyproxy_dockerfile()
# }

Run the code above in your browser using DataLab