create objects representing a CMD instruction
Cmd(exec = NA_character_, params = NA_character_, form = "exec")
exec | character argument naming the executable |
---|---|
params | paramterer arguments |
form | form to render the instruction to (exec or shell) |
An S4 object of class Cmd
#> [1] "CMD [\"R\", \"--vanilla\"]"