new_dimension_table: 'dimension_table' S3 class

View source: R/dimension_table.R

new_dimension_tableR 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 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).

Value

A dimension_table object.


starschemar documentation built on Nov. 11, 2023, 5:09 p.m.