Roberto Scotti
Roberto Scotti
after 2020-01-08 mail from Bailey Harrington
Hello @baileythegreen I am not at all familiar with this way of collaborating, yet I would like to understand better how it works. Using R I cloned the repo (should...
Thank you for the clarification. On Wed, 17 Feb 2021 at 20:05, Bailey Harrington wrote: > @r-scotti So, the reason the other > languages' definitions have the same sense as...
I have a one cell table like the following: `my_tbl % kable_styling(full_width = T)`, a single line extending out of the page margin is printed. If I specify `%>% kable_styling(full_width...
Actually I do not have any suggestion at that level.
I will try to share a commented Quarto file to understand and reproduce the problem. ``` --- title: "Untitled" format: pdf editor: visual --- ```{r} library(tidyverse) library(kableExtra) my_tbl % kable_styling(full_width...