View source: R/tables_fact_dimension.R
fact_table | R Documentation |
fact_table
S3 classA fact_table
object is created, we have to get its
surrogate keys.
fact_table(
name = NULL,
surrogate_keys = NULL,
agg = NULL,
dim_int_names = NULL,
instances = NULL
)
name |
A string, fact name. |
surrogate_keys |
A vector of strings, surrogate key names. |
agg |
A vector of strings, aggregation functions. |
dim_int_names |
A vector of strings, internal names of dimensions. |
instances |
A flat table with the fact instances. |
A fact_table
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.