Skip to contents

This sets up the environment when running the riskassessment Application. It sets the log file, initializes the package database if missing, and initializes the credentials database if missing.

Usage

initialize_raa(assess_db, cred_db, configuration)

Arguments

assess_db

A string denoting the name of the assessment database.

cred_db

A string denoting the name of the credentials database.

configuration

a list dictating the configuration of the databases

Value

There is no return value. The function is run for its side effects.