Cmd: create objects representing a CMD instruction

Description Usage Arguments Value Examples

View source: R/Class-Cmd.R

Description

create objects representing a CMD instruction

Usage

1
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

1
toString(Cmd("R", "--vanilla"))

o2r-project/containerit documentation built on June 28, 2021, 2:46 p.m.