Learn R Programming

containerit (version 0.6.0)

Entrypoint: Constructor for ENTRYPOINT instruction

Description

Constructor for ENTRYPOINT instruction

Usage

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

Run this code
# NOT RUN {
toString(Entrypoint("Rscript", params = list("sum", "1", "2")))
toString(Entrypoint("/bin/echo"))
# }

Run the code above in your browser using DataLab