powered by
Constructor for ENTRYPOINT instruction
Entrypoint(program, params = list(), form = "exec")
the executable or command
the parameters provided to the executable or command
the form how the instruction is rendered, either exec or shell
exec
shell
an object of class '>Entrypoint
# NOT RUN { toString(Entrypoint("Rscript", params = list("sum", "1", "2"))) toString(Entrypoint("/bin/echo")) # }
Run the code above in your browser using DataLab