starschemar (version 1.2.0)

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")

Arguments

ft

A tibble, contains a dimension.

name

A string, name of the dimension.

type

A string, type of the dimension.

Value

A dimension_table object.

Details

Types considered: (general), (role, role_playing), (conformed).