Tables

  • You can include two types of tables in a Quarto document:
    • markdown tables that you create directly in your Quarto document, or
    • tables generated as a result of a code chunk.
  • Read the documentation for ?knitr::kable to see the other ways in which you can customize the table. For even deeper customization, consider the gt, huxtable, reactable, kableExtra, xtable, stargazer, pander, tables, and ascii packages. Each provides a set of tools for returning formatted tables from R code.