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.
First of all, thank you a lot for this package!
I was wondering if a
orgstype 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, usingorgutils::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
panderrelated.