Description Usage Arguments Value Examples
Set a command to run in the image
1 | set_run(dockerfile, command, blank = TRUE)
|
dockerfile |
a specification of the contents of the dockerfile |
command |
a command to run in the shell |
blank |
boolean indicating whether or not to add a trailing space |
dockerfile
1 2 | dockerfile() %>%
set_run("-R install.packages('ggplot2')")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.