Rapporter / pander

An R Pandoc Writer: Convert arbitrary R objects into markdown
http://rapporter.github.io/pander/
Open Software License 3.0
294 stars 66 forks source link

Jira table format #279

Closed daroczig closed 5 years ago

daroczig commented 7 years ago

This is very similar to the rmarkdown format, but no separator between header and body + extra pipes in header: https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=tables

daroczig commented 5 years ago

Example:

> pander(head(iris), style = 'jira')
||Sepal.Length||Sepal.Width||Petal.Length||Petal.Width||Species||
|5.1|3.5|1.4|0.2|setosa|
|4.9|3|1.4|0.2|setosa|
|4.7|3.2|1.3|0.2|setosa|
|4.6|3.1|1.5|0.2|setosa|
|5|3.6|1.4|0.2|setosa|
|5.4|3.9|1.7|0.4|setosa|