dimensional_query | R Documentation |
dimensional_query
S3 classAn empty dimensional_query
object is created where you can select fact
measures, dimension attributes and filter dimension rows.
dimensional_query(ms = NULL)
ms |
A |
A dimensional_query
object.
Other query functions:
filter_dimension()
,
run_query()
,
select_dimension()
,
select_fact()
# ms_mrs <- ct_mrs |>
# constellation_as_multistar()
# dq <- dimensional_query(ms_mrs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.