cubeexplore: cubeexplore - Explore schema information in OLAP catalog

cubeexploreR Documentation

cubeexplore - Explore schema information in OLAP catalog

Description

Explore schema information in OLAP catalog.

Usage

cubeexplore(conn, datasource, catalog, schema, cube = NULL)

Arguments

conn

An object of class RMDXConnector created with RMDX(...). print() or str() conn to inspect connection details

datasource

A string that indicates the name of the Data source

catalog

A string that indicates the name of the Catalog

schema

A string that indicates the name of the Schema to explore

cube

An optional string that indicates the name of a specific Cube to be interrogated. You should get most of the useful information from the following filelds: 'Cubes', 'Hierarchies', 'Levels' and 'Measures'. All available fields to explore can be found here.

Examples


cubelexplore(conn, 'Pentaho', 'SampleData', 'Quadrant Analysis')


piersharding/RMDX documentation built on May 17, 2022, 8:42 p.m.