Skip to contents

Applies default transformations to specific forms within the REDCap database (`DB`). This function modifies the `DB` object to include default transformations, which may involve adjustments, calculations, or reformatting of data in predefined forms.

Usage

add_default_forms_transformation(DB)

Arguments

DB

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

Value

The updated `DB` object with default transformations applied to the specified forms.

Details

This function is designed to streamline and standardize data processing by applying default transformations to the database forms. The transformations are predefined within the function and ensure consistency across datasets.

See also

save_DB for saving the database or subsets.