Skip to contents

This function reverses any transformations applied to a REDCap database object. If the database is not transformed, it will return the original DB without changes. The function can optionally allow partial transformations if specified.

Usage

untransform_DB(DB, allow_partial = F)

Arguments

DB

A validated `DB` object containing REDCap project data and settings. Generated using load_DB or setup_DB

allow_partial

Logical. If TRUE, allows filtered DBs with less than original field names. Default is FALSE.

Value

The original, untransformed DB object.