# NOT RUN {
bs_table(
x = list(
col1 = c(1, 2, 3, 4, 5),
col2 = c("a", "b", "c", "d", "e"),
col3 = c(1, 2, 3, 4, 5),
col4 = c("test", "test", "test", "test", "test")
),
headers = c("First", "Second", "Third", "Fourth"),
table_class = "table table-primary",
row_class = "table table-primary",
cell_class = "table table-primary"
)
# }
Run the code above in your browser using DataLab