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 26 Jun. 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

infotheo  
Information-Theoretic Measures
Implements various measures of information theory based on several entropy estimators. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
tactile  
New and Extended Plots, Methods, and Panel Functions for 'lattice'
Extensions to 'lattice', providing new high-level functions, methods for existing functions, panel f ...
Download / Learn more Package Citations See dependency  
ggblanket  
Simplify 'ggplot2' Visualisation
Simplify 'ggplot2' visualisation with 'ggblanket' wrapper functions. ...
Download / Learn more Package Citations See dependency  
poptrend  
Estimate Smooth and Linear Trends from Population Count Survey Data
Functions to estimate and plot smooth or linear population trends, or population indices, from anim ...
Download / Learn more Package Citations See dependency  
colormap  
Color Palettes using Colormaps Node Module
Allows to generate colors from palettes defined in the colormap module of 'Node.js'. (see ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

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