plotBar()
plotBarGrouped()
plotSeasonality()
plotTS()
plotTSGrouped()
shapeECDCFlexTable()
more generic and adaptable to any kind of table.
Adding an option for having the last row in bold.EpiReport::MSCode
reference table now have an extra column to allow the article "the"
for some country name (e.g. The United Kingdom, The Netherlands)EcdcColors()
In order to allow the user to produce additional outputs in the report and following the ECDC guidelines for presentation of surveillance data, additional generic functions are now available:
plotBar()
: plot bar graphplotBarGrouped()
: plot grouped bar graphplotBarH()
: plot horizontal bar graphplotBarGroupedH()
: plot grouped horizontal bar graphplotPie()
: plot pie chartplotTS()
: plot time seriesplotTSGrouped()
: plot grouped time seriesEcdcColors()
body_replace_gg_at_bkm()
officer
and flextable
package,
existing outputs were not replaced when the report would be re-run.
Each output is now correctly replaced using new functions from these packages.
WARNING: you may have to update your bookmarks according to these new functions requirements.EpiReport::MSCode
reference table.plotAgeGender()
and plotAge()
are still available in the
package but they are discouraged. Instead, the user is encouraged to use the
functions plotBarGrouped()
and plotBar()
respectively.