View source: R/tables_fact_dimension.R
dimension_table | R Documentation |
dimension_table
S3 classA dimension_table
object is created, we have to define its
surrogate key.
dimension_table(name = NULL, attributes = NULL, instances = NULL)
name |
A string, dimension name. |
attributes |
A vector of strings, attributes names. |
instances |
A flat table with the dimension instances. |
A dimension_table
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.