Is it possible to change the column width using kable without kableExtra?
问题 Continue from this question. I want to modify the result's column width, but it can't be done without using the kableExtra . If I load the kableExtra package, the image will become text format. Here's the code: --- title: "Untitled" output: pdf_document: latex_engine: xelatex --- ```{r echo=FALSE, results='hide', warning=FALSE, message=FALSE} ## Load modules library(dplyr) library(tidyr) library(ggplot2) options(tinytex.verbose = TRUE) ## Create a local function to plot the z score