tm1_get_cube_dimensions {tm1r}R Documentation

TM1 Get Dimensions of a Cube

Description

Gets dimensions of a cube

Usage

tm1_get_cube_dimensions(tm1_connection, cube)

Arguments

tm1_connection

tm1 connection object returned by the function tm1_connection

cube

Name of a cube as a string

Examples

## Not run: 
tm1_get_cube_dimensions(
tm1_connection("localhost", "8881", "admin", "apple"),
"SalesCube")

con_obj <- tm1_connection("localhost", "8881", "admin", "apple")
tm1_get_cube_dimensions(con_obj, "SalesCube")

## End(Not run)

[Package tm1r version 1.1.8 Index]