knitr::opts_chunk$set(echo = TRUE)
library(huxtable)
options(huxtable.latex_use_fontspec = TRUE)
ht <- hux("Some text")
font(ht) <- "Arial"
ht


hughjonesd/huxtable documentation built on Feb. 17, 2024, 12:20 a.m.