| star_query | R Documentation |
star_query S3 classAn empty star_query object is created where we can select facts and
measures, dimensions, dimension attributes and filter dimension rows.
star_query(db)
## S3 method for class 'star_database'
star_query(db)
db |
A |
A star_query object.
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()
sq <- mrs_db |>
star_query()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.