Description Usage Arguments Examples
Convert markdown table to markdown table
1 | mdtbl2mdtbl(string, ...)
|
string |
text |
... |
... |
1 2 3 4 5 6 7 | md_table <- c(
"|hoge|hage|",
"|:-:|--:|",
"|1.0|a|",
"|2|abc|"
)
mdtbl2mdtbl(md_table, align = "lrc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.