Description Usage Arguments Value Examples
View source: R/utility_functions.r
Set a function for pretty-printing kables
1 |
df |
Data frame containing data to format as a table |
... |
Additional options to be passed to kable |
A kable table
1 | pretty_kable(data.frame(x = c(1000, 999), y = c(0.345:0.351)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.