Learn R Programming

psHarmonize (version 0.3.6)

summary.psHarmonize: psHarmonize summary method

Description

psHarmonize summary method

Usage

# S3 method for psHarmonize
summary(object, ..., verbose = FALSE)

Value

Doesn't return object. Prints status of harmonization (# of harmonizated variables, etc.)

Arguments

object

psHarmonize object

...

Can provide additional arguments

verbose

T/F. When TRUE, will list variables for each section.

Examples

Run this code

harmonization_obj <- harmonization(harmonization_sheet_example)

summary(harmonization_obj)

# Use verbose option to see more details
summary(harmonization_obj, verbose = TRUE)

Run the code above in your browser using DataLab