EHDEN / CdmInspection

R Package to support quality control inspection of an OMOP-CDM instance
Apache License 2.0
11 stars 16 forks source link

Center smaller tables #7

Closed PRijnbeek closed 3 years ago

PRijnbeek commented 3 years ago

@tomseinen could you try to run this package (see CodeToRun under extras) against Synpuf in the HDS server. let me know if you experience issues (missing packages etc).

Could you then try to fix that the tables are centered on the page (see for example table 4) in the results doc. I like the table to be left aligned.

PRijnbeek commented 3 years ago

Solved it by using flextable: body_add_flextable(value = ft, align = "left")

PRijnbeek commented 3 years ago

That did not work had to fix this by taking one of the function in the package and fix the bug. Could be removed once flextable fixes this bug