show_harmo_error | R Documentation |
Reads a harmonized dossier, product of harmo_process()
, to list processes,
any errors, and an overview of each harmonization rule. The output printed
in the console can help in correcting any errors that occurred during
data processing.
show_harmo_error(harmonized_dossier, show_warnings = TRUE)
harmonized_dossier |
A list containing the harmonized dataset(s). |
show_warnings |
Whether the function should print warnings or not. TRUE by default. |
A harmonized dossier is a named list containing one or more data frames, which are harmonized datasets. A harmonized dossier is generally the product of applying processing to a dossier object The name of each harmonized dataset (data frame) is taken from the reference input dataset. A harmonized dossier also contains the DataSchema and Data Processing Elements used in processing as attributes.
Nothing to be returned. The function prints messages in the console, showing any errors in the processing.
{
harmonized_dossier <- Rmonize_DEMO$harmonized_dossier
show_harmo_error(harmonized_dossier)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.