Learn R Programming

containerit (version 0.6.0)

Cmd: create objects representing a CMD instruction

Description

create objects representing a CMD instruction

Usage

Cmd(exec = NA_character_, params = NA_character_, form = "exec")

Arguments

exec

character argument naming the executable

params

paramterer arguments

form

form to render the instruction to (exec or shell)

Value

An S4 object of class '>Cmd

Examples

Run this code
# NOT RUN {
toString(Cmd("R", "--vanilla"))
# }

Run the code above in your browser using DataLab