| cmd | R Documentation |
Command composition
cmd(command = NULL, args = NULL, ...)
cmd_bash(command = NULL)
cmd_r(command = NULL, vanilla = TRUE)
cmd_docker(command = NULL, image, remove = TRUE, volume = NULL, ...)
cmd_asciinema(command = NULL, filename = NULL, overwrite = TRUE)
command |
A string. |
args |
A vector of strings. |
... |
Strings. |
vanilla |
A logical. |
image |
A string. |
remove |
A logical. |
volume |
A named list. |
filename |
A string. |
overwrite |
A logical. |
A vector of strings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.