| star_query {rolap} | R Documentation |
star_query S3 class
Description
An empty star_query object is created where we can select facts and
measures, dimensions, dimension attributes and filter dimension rows.
Usage
star_query(db)
## S3 method for class 'star_database'
star_query(db)
Arguments
db |
A |
Value
A star_query object.
See Also
Other query functions:
as_GeoPackage(),
as_geolayer(),
filter_dimension(),
get_layer(),
get_variable_description(),
get_variables(),
run_query(),
select_dimension(),
select_fact(),
set_layer(),
set_variables()
Examples
sq <- mrs_db |>
star_query()
[Package rolap version 2.5.1 Index]