R/tables.R
theme_nafotabs.Rd
A modification of flextable::theme_booktabs
theme_nafotabs(x, fontsize = 11, fontname = "Cambria")
A flextable object
Font size
Font family
library(flextable) d <- data.frame(SSB = rlnorm(10), Recruitment = rlnorm(10)) flextable(d) %>% theme_nafotabs() #> Warning: Use `colformat_*()` instead. SSBRecruitment1.02.71.51.70.71.31.90.50.83.91.40.53.08.91.54.60.70.83.20.4
SSB
Recruitment
1.0
2.7
1.5
1.7
0.7
1.3
1.9
0.5
0.8
3.9
1.4
3.0
8.9
4.6
3.2
0.4