Skip to contents

Helper function to load data from the audit table and base table identified by table_name. Produces a stream of creation/change/current state of all fields in the audit table in order to reconstruct the state of a given element at some time in the past.

Usage

stream_from_audit(table_name, cols = NULL, ...)

Arguments

table_name

character table name as in tessilake::tessi_list_tables short_name or long_name

cols

character vector of columns that will be used from the audit and base table. The names of the vector are the column names as identified in the audit table, the values are the column names as identified in the base table. Default: column names from the audit table.

...

extra arguments passed on to tessilake::read_tessi