powered by
Apply theme booktabs to a flextable
theme_booktabs(x, fontsize = 11)
a flextable object
font size in pixel
Other flextable theme: theme_alafoli(), theme_box(), theme_tron_legacy(), theme_tron(), theme_vader(), theme_vanilla(), theme_zebra()
theme_alafoli()
theme_box()
theme_tron_legacy()
theme_tron()
theme_vader()
theme_vanilla()
theme_zebra()
# NOT RUN { ft <- flextable(iris) ft <- theme_booktabs(ft) # }
Run the code above in your browser using DataLab