powered by
psHarmonize summary method
# S3 method for psHarmonize summary(object, ..., verbose = FALSE)
Doesn't return object. Prints status of harmonization (# of harmonizated variables, etc.)
psHarmonize object
Can provide additional arguments
T/F. When TRUE, will list variables for each section.
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