pander
pander copied to clipboard
An R Pandoc Writer: Convert arbitrary R objects into markdown
I use it with the `pandoc-fignos` `pandoc` plugin to insert image number. If you don't have the `pandoc-fignos`, the pandoc should ignore any attributes. The attribute argument is optional, and...
Dear developers, I found I cannot align some columns like `members`, `books`, is there a solution? Best, Shixiang ``` > test test # A tibble: 3 x 6 login name...
As per the `bookdown` docs at https://bookdown.org/yihui/bookdown/tables.html: > If you decide to use other R packages to generate tables [in `bookdown`], you have to make sure the label for the...
I use pander a lot for tables in Rmarkdown generated from Rstudio so many thanks for the package. Here's a reproducible example I think. It may be a bit of...
This is tangential to what I think is a bug report I'll put in separately. Is it possible to have the options on pander(), essentially on pandoc.table() to allow row.names=TRUE?...
Is there a way to set multiple pander options in the same command? I feel it clutters the code to have 3+ lines of panderOptions commands.
When using pander with descr::CrossTables, the generated markdown creates a table with duplicated row names. see also post in [here](http://stackoverflow.com/questions/39577995/) This code: ``` x
``` pandoc: PandocLuaException "[string \"local fig_caption = true...\"]:456: bad argument #2 to 'format' (number has no integer representation)" Error: pandoc document conversion failed with error 1 ``` ## Example Rmd...
It would be great if we could pander(Manova(fit, type=2)) from the car package. It's complicated, however, by the fact that the Manova function prints directly instead of generating an object...
My use case was just `caption = NULL`, I'm not sure if the default caption still works with this PR.