Set new name for a dimension.
Usage
rename_dimension(st, name, new_name)
# S3 method for star_schema
rename_dimension(st, name, new_name)Arguments
- st
A
star_schemaobject.- name
A string, name of the dimension.
- new_name
A string, new name of the dimension.
See also
Other rename functions:
get_dimension_attribute_names(),
get_measure_names(),
rename_dimension_attributes(),
rename_fact(),
rename_measures()
