Skip to contents

Get connection to the primary REDCap database

Usage

get_redcap_db_connection()

Value

The existing connection object to the REDCap database

Examples

if (FALSE) {
conn <- get_redcap_db_connection()
}