Learn R Programming

tm1r (version 1.1.8)

tm1_run_chore: TM1 Run a Chore

Description

Runs a chore

Usage

tm1_run_chore(tm1_connection, chore)

Arguments

tm1_connection

tm1 connection object returned by the function tm1_connection

chore

Name of a chore as a string

Examples

Run this code
# 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