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

Feature request: org-mode style #351

Open gpetrini opened 3 years ago

gpetrini commented 3 years ago

First of all, thank you a lot for this package! I was wondering if a org stype is possible in order to integrate R results and org-mode table. I am not sure how difficult this implementation is, but I guess that replacing:

+======+=======+

or

+--------+-------+

by

|--------+-------|

Will do the job, isn't it?

For those of you that use org-mode as well, there is an alternative to integrate with pander? As far as I now, using orgutils::toOrg() converts a R dataframe into orgtbl, but I am not really sure if this project is still active.

Sorry if this issue is not pander related.