View source: R/dimension_table_homogenize.R
homogenize | R Documentation |
To merge dimensions, they must first be homogenized: the generated primary key must be removed and, if necessary, its attributes (columns) must be renamed.
homogenize(dimension, attributes = NULL)
## S3 method for class 'dimension_table'
homogenize(dimension, attributes = NULL)
dimension |
A |
attributes |
A vector of attribute names of the dimension. |
A dimension_table
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.