Skip to contents

Adds the new prediction and simulation tables to an existing database. This is a non-destructive migration that preserves all existing data.

Usage

add_prediction_tables(path = NULL)

Arguments

path

Character. Database file path. If NULL, uses default.

Value

Invisibly returns TRUE on success

Examples

if (FALSE) { # \dontrun{
# Add new tables to existing database
add_prediction_tables()
} # }