Learn R Programming

hypercube (version 0.2.1)

summary: Shows a summary for the given cube

Description

Shows the dimensions and the number of levels per dimension of the given cube. All added selections and aggregations will be regarded.

Usage

summary(x)

Arguments

x

The Cube object for which the summary is shown.

See Also

Cube

Examples

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