Generate a markdown table from a data.frame
md_table(tab, caption, as_character = FALSE, ...)Then as_character = FALSE a character vector with the markdown
containing the table is returned. Otherwise,
nothing is returned; the markdown is then written to the console.