powered by
Runs a chore
tm1_run_chore(tm1_connection, chore)
tm1 connection object returned by the function tm1_connection
Name of a chore as a string
# NOT RUN { tm1_run_chore(tm1_connection("localhost", "8881", "admin", "apple"), "test") con_obj <- tm1_connection("localhost", "8881", "admin", "apple") tm1_run_chore(con_obj, "test") # }
Run the code above in your browser using DataLab