tm1_delete_subset: TM1 Delete Subset

Description Usage Arguments Examples

View source: R/tm1_delete_subset.R

Description

Deletes subset from dimensions

Usage

1
2

Arguments

tm1_connection

tm1 connection object returned by the function tm1_connection

dimension

Name of dimension

subset

Name of subset

Examples

1
2
3
4
5
6
7
8
## 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")

## End(Not run)

tm1r documentation built on Dec. 15, 2020, 5:36 p.m.