add_dots | R Documentation |
This function has become a bit too complex, maybe it's easier to just say 'we print the first few rows of the dataset'
add_dots(input_table)
input_table |
output from |
Object of class kableExtra or output is directly printed as html?
iris %>%
head() %>%
kableExtra::kbl() %>%
add_dots()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.