new_star_schema {starschemar} | R Documentation |
star_schema S3 class
Description
Internal low-level constructor that creates new objects with the correct structure.
Usage
new_star_schema(ft = tibble::tibble(), sd = dimensional_model())
Arguments
ft |
A |
sd |
A |
Value
A star_schema
object.
[Package starschemar version 1.2.5 Index]