Skip to contents

Add docker infrastructure to a project directory.

Usage

docker(project_name, type = "report", path, renv = TRUE)

Arguments

project_name

project name/title

type

project type. Should be one returned by projectTypes().

path

target file path for project directory

renv

add infrastructure for renv package environment management

Examples

if (FALSE) {
projectSkeleton(paste0(tempdir(),'/test_project'))
docker('test project',path = tempdir())
}