View source: R/star_schema_get_dimension.R
| get_dimension_names | R Documentation |
Get the names of the dimensions of a star schema.
get_dimension_names(st)
## S3 method for class 'star_schema'
get_dimension_names(st)
st |
A |
Role playing dimensions are not considered.
A vector of dimension names.
Other data cleaning functions:
get_conformed_dimension(),
get_conformed_dimension_names(),
get_dimension(),
match_records(),
modify_conformed_dimension_records(),
modify_dimension_records(),
record_update_set(),
update_record(),
update_selection(),
update_selection_general()
dn <- st_mrs_age |>
get_dimension_names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.