docker | R Documentation |
Add or modify the Dockerfile in the current project.
use_docker(
dir = getwd(),
rver = NULL,
stack = "verse",
date = Sys.Date(),
file = "Dockerfile",
open = TRUE
)
rver |
Which r version to use, defaults to current version. |
stack |
Which stack to use, possible values are |
date |
Which date should be used for package instalation, defaults to today. |
file |
Which file to save to |
open |
Open the newly created file for editing? Happens in RStudio, if applicable, or via utils::file.edit() otherwise. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.