Skip to contents

Write look-up table

Usage

write_lut(con, analysis_lut, max_retries = 5)

Arguments

con

a valid DBI connection. @seealso establish_db_con()

analysis_lut

lookup table created during the model estimation process which stores a session-specific analysis_id key and metadata about the analysis.

max_retries

maximum number of times to try to write; numeric, defaults to 5.