Jonas Björnerstedt

Results 3 issues of Jonas Björnerstedt

The following example Rmarkdown is intended to show a rendering problem with transposed stats when both huxtable and summarytools packages are loaded. ```{r} library(knitr) library(summarytools) st_options(plain.ascii = FALSE, style =...

help wanted

Saving a DataFrame with Feather causes R to crash when reading the file. I am using Feather 0.5.1 with Julia 1.1. If I create a simple feather file with ```Julia...

The sum_up function almost works with knitr::kable, when rendering html or word documents in rmarkdown. It also prints the text table, however. This code produces a better table than the...