ztable icon indicating copy to clipboard operation
ztable copied to clipboard

version 0.2.0

Results 14 ztable issues
Sort by recently updated
recently updated
newest added

This works as expected (no decimal places on 6th column): ``` head(mtcars) %>% flextable() %>% colformat_double(j=6, digits = 0) ``` This doesn't work as expected (significant digits showing after the...

Hi, I've tried to use ztable to make some tables in rmarkdown, but each table seems to get put in its own html file in separate tabs on the internet...

I get this error when trying to load the package ``` > library(ztable) Error: package or namespace load failed for ‘ztable’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load...

Hello @cardiomoon! I've started using ztable and it's great! I think one of the things that could be useful is to have an option for captions to be automatically generated....

I've noticed that as soon as soon as the ztable package is loaded all the tables in my markdown documents change font from sans serif to serif. This is reproducible:...

I really like the motivation of this package, but I noticed a couple issues that might prevent me from using it. Consider [this minimal example](http://github.com/cpsievert/cpsievert.github.com/blob/master/stack/ztable/index.pdf?raw=true) (see [here](https://github.com/cpsievert/cpsievert.github.com/tree/master/stack/ztable) for source). Is...

I patched `ztable_sub` to allow individual digit settings for each table cell - maybe you'd like to include this function.

Hello. How can I avoid this error? `Underfull \hbox (badness 10000) in paragraph at lines` when creating a table with ztable(mydata, type="latex") When this happens I also get this error...

Is there a possibility to split table similar to pander options like panderOptions('table.split.table', 5)?

When I try to align multiple tables on the left side of the page (arg: `position="left"`), the subsequent tables are rendered next to the first table. This happens even when...