ujtwr
ujtwr
When outputting PDF, flextable uses latex's "longtable". longtable allows for separate headers for the first page and the second and subsequent pages. I want to add text like "(continued)" at...
if dataframe has columns with mixed encoding attribute, write_csv gerenates unexpected CSV file. 1. create tibble with utf-8 (Japanese) column name. ```r library(tidyverse) d1 % mutate( 性別 = sample(x =...
Underbars are escaped in tex files when class options contain them. Example: --- classoption: - head_space=10cm --- In the tex file: --- \documentclass[head\\_space=10cm]{jlreq} --- the underbar ('_') is escaped to...
Case1 Panel "F1" has 3 values and Panel "F2" has other 3 values. We use facet_grid without "scale" option, Axis Y of both panels has same 6 values. So, if...
**Describe the bug** The table content causes extra line breaks to appear after the borders depending on the content. **To Reproduce** Case1: No plobrem ``` r library(tidyverse) library(kableExtra) tibble( Var1...