View source: R/constellation_get_conformed_dimension.R
get_conformed_dimension | R Documentation |
Get a conformed dimension of a constellation given its name.
get_conformed_dimension(ct, name)
## S3 method for class 'constellation'
get_conformed_dimension(ct, name)
ct |
A |
name |
A string, name of the dimension. |
A dimension_table
object.
Other data cleaning functions:
get_conformed_dimension_names()
,
get_dimension()
,
get_dimension_names()
,
match_records()
,
modify_conformed_dimension_records()
,
modify_dimension_records()
,
record_update_set()
,
update_record()
,
update_selection()
,
update_selection_general()
d <- ct_mrs |>
get_conformed_dimension("when")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.