new_dimension_table: dimension_table
S3 class
Description
Internal low-level constructor that creates new objects with the correct
structure.
Usage
new_dimension_table(ft = tibble::tibble(), name = NULL, type = "general")
Value
A dimension_table
object.
Arguments
- ft
A tibble
, contains a dimension.
- name
A string, name of the dimension.
- type
A string, type of the dimension.
Details
Types considered: (general), (role, role_playing), (conformed).