Learn R Programming

rapbase (version 1.24.2)

createLogDb: Create a logging database

Description

Internal function that crates a database to be used for logging. Will return an error if the database already exists.

Usage

createLogDb(dbKey)

Value

Invisibly TRUE

Arguments

dbKey

Character string with the key to a corresponding entry for the database in dbConfig.yml. Please also make sure that the r.raplog.key property in rapbaseConfig.yml is given the exact same value.