get_measure_names_schema.star_schema {rolap}R Documentation

Get measure names

Description

Get the names of the measures defined in the fact schema.

Usage

## S3 method for class 'star_schema'
get_measure_names_schema(schema)

Arguments

schema

A star_schema object.

Value

A vector of strings.


[Package rolap version 2.5.1 Index]