# NOT RUN {
tm1_send_data(
tm1_connection("localhost", "8881", "admin", "apple"),
10,
"SalesCube",
"Actual", "Argentina", "S Series 1.8 L Sedan", "Units", "Jan")
con_obj <- tm1_connection("localhost", "8881", "admin", "apple")
tm1_send_data(con_obj,
10,
"SalesCube",
"Actual", "Argentina", "S Series 1.8 L Sedan", "Units", "Jan",
increment=TRUE)
# }
Run the code above in your browser using DataLab