Description Usage Arguments Examples
Runs a process
1 2 3 4 5 | tm1_run_process(tm1_connection,
process,
par1name, par1value,
par2name, par2value,
par3name, par3value)
|
tm1_connection |
tm1 connection object returned by the function tm1_connection |
process |
Name of a process as a string |
par1name |
Name of a parameter |
par1value |
Value of a parameter |
par2name |
Name of a parameter |
par2value |
Value of a parameter |
par3name |
Name of a parameter |
par3value |
Value of a parameter |
1 2 3 4 5 6 7 | ## Not run:
tm1_run_process(tm1_connection("localhost", "8881", "admin", "apple"), "test")
con_obj <- tm1_connection("localhost", "8881", "admin", "apple")
tm1_run_process(con_obj, "test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.