Skip to contents

Fixes column data types that can vary between MySQL/MariaDB and SQLite3. This allows testing in SQLite3 while production is MariaDB

Usage

fix_data_in_redcap_log_event(data)

Arguments

data

- a dataframe containing data from the redcap_log_event tables

Value

The input dataframe with revised data types

Examples

if (FALSE) { # \dontrun{
fix_data_in_redcap_log_event(redcap_log_event_test_data)
} # }