summary.psHarmonize {psHarmonize} | R Documentation |
psHarmonize summary method
Description
psHarmonize summary method
Usage
## S3 method for class 'psHarmonize'
summary(object, ..., verbose = FALSE)
Arguments
object |
psHarmonize object |
... |
Can provide additional arguments |
verbose |
T/F. When TRUE, will list variables for each section. |
Value
Doesn't return object. Prints status of harmonization (# of harmonizated variables, etc.)
Examples
harmonization_obj <- harmonization(harmonization_sheet_example)
summary(harmonization_obj)
# Use verbose option to see more details
summary(harmonization_obj, verbose = TRUE)
[Package psHarmonize version 0.3.5 Index]