Learn R Programming

tm1r (version 1.1.8)

tm1_get_cube_dimensions: 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

Run this code
# 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")
# }

Run the code above in your browser using DataLab