View source: R/psHarmonize_summary_method.R
summary.psHarmonize | R Documentation |
psHarmonize summary method
## S3 method for class 'psHarmonize'
summary(object, ..., verbose = FALSE)
object |
psHarmonize object |
... |
Can provide additional arguments |
verbose |
T/F. When TRUE, will list variables for each section. |
Doesn't return object. Prints status of harmonization (# of harmonizated variables, etc.)
harmonization_obj <- harmonization(harmonization_sheet_example)
summary(harmonization_obj)
# Use verbose option to see more details
summary(harmonization_obj, verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.