Learn R Programming

tm1r (version 1.1.8)

tm1_delete_subset: TM1 Delete Subset

Description

Deletes subset from dimensions

Usage

tm1_delete_subset(tm1_connection,
  dimension, subset)

Arguments

tm1_connection

tm1 connection object returned by the function tm1_connection

dimension

Name of dimension

subset

Name of subset

Examples

Run this code
# NOT RUN {
tm1_delete_subset(tm1_connection("localhost", "8881", "admin", "apple"),
"month", "test")

con_obj <- tm1_connection("localhost", "8881", "admin", "apple")
tm1_delete_subset(con_obj, "month", "test")
# }

Run the code above in your browser using DataLab