Description Usage Arguments Value Examples
Similar to knitr::kable and kableExtra::kable_styling without the dependencies.
1 | bootstrap_table(.rownames, .values)
|
.rownames |
vector of length three |
.values |
vector of length three |
html code for a 2x3 table
1 2 3 | my_names <- c('n sequences', 'n unique seqences', 'n periods')
my_values <- c(50, 20, 10)
bootstrap_table(my_names, my_values)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.