Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
1 vote
2 answers
100 views

I'm trying to make a table without row names using kable, and I'm having an issue suppressing the line where column names go, but only if I'm using kable_styling (which I'm using to left-align the ...
Michael Clauss's user avatar
3 votes
1 answer
123 views

I am creating a bookdown project which includes kable tables. The final output is HTML. However, I do not want the automatic "Table 1:" labels and instead want only my custom caption I ...
MattCatfish's user avatar
1 vote
1 answer
51 views

I created a data.frame that I would like to show as a table: df <- data.frame(A=c("a","b"), B=c("[link](http://stackoverflow.com)","[link](http://...
ramiro's user avatar
  • 115
1 vote
1 answer
175 views

Trying to print a long table that span multiple pages using gt, however, the tab_options(latex.use_longtable = TRUE, page.header.use_tbl_headings = TRUE) function in gt is being ignored and it does ...
Salvador's user avatar
  • 1,973
1 vote
1 answer
52 views

I've got a table I'm fairly happy with. I've added a row of column averages, and I'd like add the word "Averages" to the left of it. I've tried adding a column (labeled "") but to ...
RKeithL's user avatar
  • 449
0 votes
1 answer
546 views

I'm trying to create bulleted lists within the cells of a pdf table using RMarkdown. It seems like this should work: --- title: "Untitled" output: pdf_document --- ```{r} tibble::tibble( ...
svenhalvorson's user avatar
1 vote
0 answers
44 views

I am rendering a kable in Quarto, but the footnote seems to follow the width of the first column, which leads to two issues: The first column becomes unnecessarily wide, and The footnote gets broken ...
Grasshopper_NZ's user avatar
1 vote
1 answer
78 views

I am rendering an html document in Quarto (engine: knitr). I have added some trailing whitespaces in a kableExtra table using "&nbsp;". However, as soon as I add pack_rows() to the mix, &...
einGlasRotwein's user avatar
1 vote
1 answer
112 views

I'm trying to generate properly a table with variable and associated p-value with kable package in a quarto document. I use kable and kableExtra packages. My yaml header is the following one: --- ...
fgardavaud's user avatar
1 vote
1 answer
46 views

I'm using Knitr to generate a PDF report where each page is structured using the multicol environment. The layout consists of two columns: The first column contains a table. The second column contains ...
carolinasc's user avatar
3 votes
1 answer
101 views

I'm using Knitr to generate a PDF report, where each page is dynamically created in a loop, displaying plots and tables side by side. The approach works well for tables, but the plots fail to appear ...
carolinasc's user avatar
0 votes
2 answers
91 views

I have a table with squirrel sightings, where I have species, year, total abundance and mean_abundance, like below: library(tibble) set.seed(42) abundance_sum <- tibble( Species = sample(c(&...
Klervi's user avatar
  • 7
1 vote
1 answer
41 views

I want to place a table using table1() function with knitr()and because the table has long rows, I am using longtable=T within kable(). Because I'm using longtable=T, the table starts right after the ...
Stats_Beginner's user avatar
1 vote
0 answers
436 views

I'm creating 8 different PDF reports for 8 different programs for some of the variables pictured below. I've already figured out how to use parameterized reporting in Quarto to output different PDF ...
James's user avatar
  • 589
0 votes
0 answers
66 views

I’m working on an R Markdown project and I’m having trouble getting my plots to show up where I want them in the document. I need to create a loop that prints 3 tables (using kableExtra) and 3 plots (...
carolinasc's user avatar

15 30 50 per page
1
2 3 4 5
56