new_dimension_table {starschemar} | R Documentation |
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")
Arguments
ft |
A |
name |
A string, name of the dimension. |
type |
A string, type of the dimension. |
Details
Types considered: (general), (role, role_playing), (conformed).
Value
A dimension_table
object.
[Package starschemar version 1.2.5 Index]