huxtable icon indicating copy to clipboard operation
huxtable copied to clipboard

An R package to create styled tables in multiple output formats, with a friendly, modern interface.

Results 28 huxtable issues
Sort by recently updated
recently updated
newest added

**Describe what is missing** Currently it is complicated to remove footnotes because one "just has to know" that they are there and there is no way to explicitly check if...

Hi, great package. Would just like to know if there is a way of specifying a long-table in huxtable from rmarkdown without having to hack the tex file for pdf...

enhancement
help wanted

As the output of the example code below, the Word shows duplicated caption for the generated table. Example library(huxtable) jams % set_all_padding(4) %>% set_outer_padding(0) %>% set_number_format(2) %>% set_bold(row = c(1),...

**Describe what is missing** Sometimes people want to have group headers (e.g. Species = Setosa, ...). **Describe your proposed solution** A function `column_to_headers(ht, col, ...)` which deletes the column and...

enhancement

See MWE below `kable` can render citation inside the table, but `huxtable` can't. ````r --- title: "Test citation inside a huxtable table" output: bookdown::pdf_book: latex_engine: xelatex officedown::rdocx_document: base_format: "bookdown::word_document2" bookdown::html_document2:...

Hi, Thank you very much for the excellent package. I have a problem of valign function in output pdf document. The valign does not work as expected. The sample Rmd...

Is it possible to or could you add the capacity to insert images into a huxtable? Ideally as a column variable. There are some questions on SO which address the...

enhancement

`extend = FALSE` by default is just a PITA and constantly leads to surprises. Also, let `glance` take a data frame - a common pattern is using glance on the...

enhancement

Split off from the other beamer bug. See https://tex.stackexchange.com/questions/404872/are-beamer-hhline-and-tablexcolor-incompatible#comment1009168_404903 MWE: --- title: "Untitled" author: "David Hugh-Jones" date: "27/10/2017" output: beamer_presentation: keep_tex: true header-includes: - \usepackage{array} - \usepackage{caption} - \usepackage{graphicx} -...