View source: R/star_schema_rename.R
rename_fact | R Documentation |
Set new name for facts.
rename_fact(st, name)
## S3 method for class 'star_schema'
rename_fact(st, name)
st |
A |
name |
A string, new name of the fact. |
A star_schema
object.
Other rename functions:
get_dimension_attribute_names()
,
get_measure_names()
,
rename_dimension()
,
rename_dimension_attributes()
,
rename_measures()
st <- st_mrs_age |> rename_fact("age")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.