cohort_shell_func: Cohort sheet create. To be called by harmonization function.

View source: R/cohort_shell_function.R

cohort_shell_funcR 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)


psHarmonize documentation built on April 4, 2025, 1:50 a.m.