View source: R/star_schema_get_dimension.R
get_dimension | R Documentation |
Get a dimension of a star schema given its name.
get_dimension(st, name)
## S3 method for class 'star_schema'
get_dimension(st, name)
st |
A |
name |
A string, name of the dimension. |
Role dimensions can be obtained but not role playing dimensions. Role dimensions get their instances of role playing dimensions.
A dimension_table
object.
Other data cleaning functions:
get_conformed_dimension()
,
get_conformed_dimension_names()
,
get_dimension_names()
,
match_records()
,
modify_conformed_dimension_records()
,
modify_dimension_records()
,
record_update_set()
,
update_record()
,
update_selection()
,
update_selection_general()
d <- st_mrs_age |>
get_dimension("when")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.