domino.run: domino.run

Description Usage Arguments Examples

View source: R/domino.run.R

Description

Runs your project on Domino servers with given parameters.

Usage

1
domino.run(..., publishApiEndpoint=FALSE)

Arguments

...

All the run arguments will be joined together using space character. Ex. domino.run("main.py", "-xvz", "my-file1.csv")

publishApiEndpoint

Whether or not to republish the project's API endpoint at the end of the run.

Examples

1
2
3
4
5
6
## Not run: 
my_data <- 4
domino.run("main.R","1","my-file1.csv", my_data)
#=> Runs "domino main.R 1 my-file1.csv 4"

## End(Not run)

domino documentation built on May 2, 2019, 10:16 a.m.