Attention: Some changes to functions in the current version of
madshapR may require updates of existing code.
Superseded object.
| previous version (1.1.0 and older) | version 2.0.0 |
|---|---|
| Rmonize_DEMO | Rmonize_examples |
Superseded parameters.
In functions show_harmo_error(), harmonized_dossier_evaluate(),
harmonized_dossier_summarize() and harmonized_dossier_visualize(), the
parameters have been simplified into one and only “dossier”
#110
#109
#108
#98
#93
#92
previous version (1.1.0 and older)
harmonized_dossier_evaluate(
harmonized_dossier,dataschema,taxonomy,as_dataschema_mlstr)
harmonized_dossier_summarize(
harmonized_dossier,group_by,dataschema,data_proc_elem,
taxonomy,valueType_guess)
harmonized_dossier_visualize(
harmonized_dossier,bookdown_path,group_by,harmonized_dossier_summary,
dataschema,data_proc_elem,valueType_guess,taxonomy)version 2.0.0
harmonized_dossier_evaluate(harmonized_dossier)
harmonized_dossier_summarize(harmonized_dossier)
harmonized_dossier_visualize(harmonized_dossier,bookdown_path)Superseded function behaviors and/or output structures.
In harmonized_dossier_evaluate(), the columns generated in the outputs
have been renamed as follows :
| previous version (1.1.0 and older) | current version (2.0.0) |
|---|---|
| index | Index |
| name | Variable name |
| label | Variable label |
| valueType | Data dictionary valueType |
| Categories::label | Categories in data dictionary |
| Categories::missing | Non-valid categories |
In harmonized_dossier_summarize(), the columns generated in the
outputs have been renamed as follows :
| previous version (1.1.0 and older) | current version (2.0.0) |
|---|---|
| index in data dict.name | Index |
| name | Variable name |
| label | Variable label |
| Estimated dataset valueType | Suggested valueType |
| Actual dataset valueType | Dataset valueType |
| Total number of observations | Number of rows |
| Nb. distinct values | Number of distinct values |
| Nb. valid values | Number of valid values |
| Nb. non-valid values | Number of non-valid values |
| Nb. NA | Number of empty values |
| % total Valid values | % Valid values |
| % Non-valid values | % Non-valid values |
| % NA | % Empty values |
| ———————————— | ——————————— |
Bug fixes and improvements
Enhancements in the assessment, the summary and the visual reports!
-
The assessment and summary reports had some updates, such as renamed
columns and bug corrections.
#104
#103
#89
#88
#87
#86
#85
#84
#68
#21 -
The visual reports have been improved, including better visual outputs
and color palettes, and new features such as total number of rows next
to the bar charts.