powered by
Shows the actual view of a Cube object. All added selections and aggregations will be regarded. Note that selection criteria will be applied before aggregating the data.
Cube
# S4 method for Cube show(object)
The Cube object
# NOT RUN { data("sales") cube = generateCube(sales, columns = list(time = c("month", "year"), location = c("state"), product = "product"), valueColumn = "amount") cube # }
Run the code above in your browser using DataLab