powered by
Shows the dimensions and the number of levels per dimension of the given cube. All added selections and aggregations will be regarded.
summary(x)
The Cube object for which the summary is shown.
Cube
# NOT RUN { data("sales") cube = generateCube(sales, columns = list(time = c("month", "year"), location = c("state"), product = "product"), valueColumn = "amount") summary(cube) # }
Run the code above in your browser using DataLab