hux_default_layout | R Documentation |
The main aim is to get something that works with google docs when you copy and paste.
hux_default_layout(
hux,
defaultFontSize = 8,
defaultFont = "Roboto",
headerRows = 1
)
hux |
a huxtable object |
defaultFontSize |
default size of font in points (8) |
defaultFont |
the font family name |
headerRows |
the number of rows that are headers |
the formatted huxtable.
library(tidyverse)
hux = iris %>% hux_default_layout()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.