powered by
create objects representing a CMD instruction
Cmd(exec = NA_character_, params = NA_character_, form = "exec")
character argument naming the executable
paramterer arguments
form to render the instruction to (exec or shell)
An S4 object of class '>Cmd
# NOT RUN { toString(Cmd("R", "--vanilla")) # }
Run the code above in your browser using DataLab