Entrypoint: Constructor for ENTRYPOINT instruction

Description Usage Arguments Value Examples

View source: R/Class-Entrypoint.R

Description

Constructor for ENTRYPOINT instruction

Usage

1
Entrypoint(program, params = list(), form = "exec")

Arguments

program

the executable or command

params

the parameters provided to the executable or command

form

the form how the instruction is rendered, either exec or shell

Value

an object of class Entrypoint

Examples

1
2
toString(Entrypoint("Rscript", params = list("sum", "1", "2")))
toString(Entrypoint("/bin/echo"))

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