View source: R/star_database.R
star_database_with_previous_operations | R Documentation |
star_database
adding previous operationsCreates a star_database
adding previous operations
star_database_with_previous_operations(
schema,
instances,
unknown_value = NULL,
operations = NULL,
lookup_tables = NULL
)
schema |
A |
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. |
A star_database
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.