cohort_shell_func {psHarmonize}R Documentation

Cohort sheet create. To be called by harmonization function.

Description

Created dataframe "shell" of IDs, study/cohort name, and visit. Harmonized variables will be joined onto this dataset.

Usage

cohort_shell_func(sheet)

Arguments

sheet

Harmonization sheet

Value

Data.frame with IDs, study/cohort name, and visit.

Examples


# Using example harmonization sheet
cohort_shell_func(harmonization_sheet_example)


[Package psHarmonize version 0.3.5 Index]