R/with_table.R
with_table.Rd
Tables in Gherkin are essentially markdown tables, so this is a wrapper for knitr::kable(format = "pipe")
knitr::kable(format = "pipe")
with_table(tbl)
data.frame or tibble
a table in knitr::kable(format = "pipe", align = "l")
knitr::kable(format = "pipe", align = "l")
# with_table(data.frame(value = c(29L, 91L, 39L, 28L, 12L), # name = c("John", "John, Jacob", # "John, Jacob, Jingleheimer", # "Jingleheimer, Schmidt", # "JJJ, Schmidt")))