tm1_run_chore {tm1r}R Documentation

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

## 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")

## End(Not run)

[Package tm1r version 1.1.8 Index]