bootstrap_table: Create a bootstrap html table

Description Usage Arguments Value Examples

Description

Similar to knitr::kable and kableExtra::kable_styling without the dependencies.

Usage

1
bootstrap_table(.rownames, .values)

Arguments

.rownames

vector of length three

.values

vector of length three

Value

html code for a 2x3 table

Examples

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)

joemarlo/sequenchr documentation built on Sept. 29, 2021, 12:23 a.m.