new_fact_table | R Documentation |
fact_table
S3 classInternal low-level constructor that creates new objects with the correct structure.
new_fact_table(
ft = tibble::tibble(),
name = NULL,
measures = NULL,
agg_functions = NULL,
nrow_agg = NULL
)
ft |
A |
name |
A string, name of the fact. |
measures |
A vector of measurement names. |
agg_functions |
A vector of aggregation function names. |
nrow_agg |
A string, measurement name for the number of rows aggregated. |
A fact_table
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.