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_projects(data)

Arguments

data

- a dataframe with data from the redcap_projects table

Value

The input dataframe with revised data types

Examples

if (FALSE) { # \dontrun{
fix_data_in_redcap_projects(redcap_projects)
} # }