star_database_with_previous_operations: Creates a 'star_database' adding previous operations

View source: R/star_database.R

star_database_with_previous_operationsR Documentation

Creates a star_database adding previous operations

Description

Creates a star_database adding previous operations

Usage

star_database_with_previous_operations(
  schema,
  instances,
  unknown_value = NULL,
  operations = NULL,
  lookup_tables = NULL
)

Arguments

schema

A star_schema object.

instances

A flat table to define the database instances according to the schema.

unknown_value

A string, value used to replace NA values in dimensions.

operations

A list of operations.

lookup_tables

A list of lookup tables.

Value

A star_database object.


rolap documentation built on May 29, 2024, 10:38 a.m.