View source: R/dimension_table.R
new_dimension_table | R Documentation |
dimension_table
S3 classInternal low-level constructor that creates new objects with the correct structure.
new_dimension_table(ft = tibble::tibble(), name = NULL, type = "general")
ft |
A |
name |
A string, name of the dimension. |
type |
A string, type of the dimension. |
Types considered: (general), (role, role_playing), (conformed).
A dimension_table
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.