get_measure_names_schema.fact_schema {rolap}R Documentation

Get measure names

Description

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

Usage

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

Arguments

schema

A fact_schema object.

Value

A vector of strings.


[Package rolap version 2.5.1 Index]