show_harmo_error {Rmonize}R Documentation

Print a summary of data processing in the console

Description

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.

Usage

show_harmo_error(harmonized_dossier, show_warnings = TRUE)

Arguments

harmonized_dossier

A list containing the harmonized dataset(s).

show_warnings

Whether the function should print warnings or not. TRUE by default.

Details

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.

Value

Nothing to be returned. The function prints messages in the console, showing any errors in the processing.

Examples

{

  harmonized_dossier <- Rmonize_DEMO$harmonized_dossier
  show_harmo_error(harmonized_dossier)

}


[Package Rmonize version 1.1.0 Index]