Learn R Programming

rolap (version 2.5.1)

star_database_with_previous_operations: 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
)

Value

A star_database object.

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.