Wrapper to explore cube names, dimensions, hierarchies, and levels of cube connection.
Source:R/explore.R
explore.Rd
Given olapCnn
OLAP connection string, returns info on cubes under the OLAP
server. If no cube information is supplied, it will return all the
information of the highest level.
Arguments
- olapCnn
Required. An OLAP connection string. Can be created with
connect_to_phrdw()
.- cube
Optional. Cube name.
- dimension
Optional. Dimension name.
- hierarchy
Optional. Hierarchy name.
- level
Optional. Level name.