In the ReporteRs R package, one could set global options such as font family and size through R's options()
. For instance, if I wanted to set my default fontsize to 10 and use Arial as a default font, I'd use
options('ReporteRs-fontsize' = 10, 'ReporteRs-default-font' = 'Arial Narrow')
Given that officer
replaced ReporteRs
, is there any similar command?