shiny_dockerize: dockerize a shiny application

Description Usage Arguments Details See Also

View source: R/shiny_dockerize.R

Description

dockerize a shiny application

Usage

1
2
shiny_dockerize(directory = getwd(), re.automagic = FALSE,
  app.name = basename(directory))

Arguments

directory

path to directory containing the shiny app (defaults to working directory)

re.automagic

logical; force automagic to recreate dependencies file

app.name

defaults to the basename of directory

Details

This is a wrapper function that uses automagic package to build, test, and view a dockerized shiny application. See push_docker_app to push the image to an Amazon EC2 container registry.

See Also

find_docker_cmd, build_docker_app, view_docker_app


cole-brokamp/rize documentation built on May 13, 2019, 8:50 p.m.