Other packages > Find by keyword >

kableExtra  

Construct Complex Table with 'kable' and Pipe Syntax
View on CRAN: Click here


Download and install kableExtra package within the R console
Install from CRAN:
install.packages("kableExtra")

Install from Github:
library("remotes")
install_github("cran/kableExtra")

Install by package version:
library("remotes")
install_version("kableExtra", "1.4.0")



Attach the package and use:
library("kableExtra")
Maintained by
Hao Zhu
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-03-02
Latest Update: 2024-01-24
Description:
Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'. Function 'kable()' is a light weight table generator coming from 'knitr'. This package simplifies the way to manipulate the HTML or 'LaTeX' codes generated by 'kable()' and allows users to construct complex tables and customize styles using a readable syntax.
How to cite:
Hao Zhu (2017). kableExtra: Construct Complex Table with 'kable' and Pipe Syntax. R package version 1.4.0, https://cran.r-project.org/web/packages/kableExtra. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.1.0 (2017-03-02 16:21), 0.2.0 (2017-05-23 06:14), 0.2.1 (2017-05-25 09:53), 0.3.0 (2017-07-04 02:14), 0.4.0 (2017-08-07 01:15), 0.5.0 (2017-09-05 09:24), 0.5.1 (2017-09-08 16:56), 0.5.2 (2017-09-15 23:15), 0.6.0 (2017-10-24 23:48), 0.6.1 (2017-11-01 08:39), 0.7.0 (2018-01-15 15:37), 0.8.0 (2018-04-06 00:38), 0.9.0 (2018-05-21 07:22), 1.0.0 (2019-01-16 10:10), 1.0.1 (2019-01-22 10:00), 1.1.0 (2019-03-16 21:10), 1.2.1 (2020-08-27 21:40), 1.3.0 (2020-10-22 07:00), 1.3.1 (2020-10-22 23:20), 1.3.2 (2021-02-14 23:20), 1.3.4 (2021-02-20 06:50)
Other packages that cited kableExtra R package
View kableExtra citation profile
Other R packages that kableExtra depends, imports, suggests or enhances
Complete documentation for kableExtra
Functions, R codes and Examples using the kableExtra R package
Some associated functions: add_footnote . add_header_above . add_indent . as_image . auto_index . cell_spec . collapse_rows . column_spec . footnote . footnote_marker_number . graphics_helpers . group_rows . header_separate . html_dependency_bsTable . html_dependency_kePrint . html_dependency_lightable . kableExtra-package . kableExtra_latex_packages . kable_as_image . kable_as_xml . kable_classic . kable_styling . kbl . landscape . linebreak . listify_args . magic_mirror . make_inline_plot . reexports . remove_column . rmd_format . row_spec . save_kable . scroll_box . spec_angle . spec_boxplot . spec_color . spec_font_size . spec_hist . spec_image . spec_plot . spec_pointrange . spec_popover . spec_tooltip . use_latex_packages . usepackage_latex . xml_as_kable . xtable2kable . 
Some associated R codes: add_footnote.R . add_header_above.R . add_indent.R . as_image.R . auto_set_format.R . cell_spec.R . collapse_rows.R . column_spec.R . footnote.R . footnote_marker.R . from_knitr.R . graphics_helpers.R . group_rows.R . header_separate.R . kableExtra-package.R . kable_as_image.R . kable_styling.R . kable_xml.R . kbl.R . landscape.R . light_themes.R . linebreak.R . magic_mirror.R . mini_plots.R . print.R . remove_column.R . row_spec.R . save_kable.R . scroll_box.R . spec_tools.R . util.R . xtable2kable.R . zzz.R .  Full kableExtra package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA