mdtbl2mdtbl: Convert markdown table to markdown table

Description Usage Arguments Examples

Description

Convert markdown table to markdown table

Usage

1
mdtbl2mdtbl(string, ...)

Arguments

string

text

...

...

Examples

1
2
3
4
5
6
7
md_table <- c(
"|hoge|hage|",
"|:-:|--:|",
"|1.0|a|",
"|2|abc|"
)
mdtbl2mdtbl(md_table, align = "lrc")

t-arae/prtclmisc documentation built on Aug. 28, 2020, 7:50 p.m.