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 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

odbc  
Connect to ODBC Compatible Databases (using the DBI Interface)
A DBI-compatible interface to ODBC databases. ...
Download / Learn more Package Citations See dependency  
IAPWS95  
Thermophysical Properties of Water and Steam
An implementation of the International Association for the Properties of Water (IAPWS) Formulation ...
Download / Learn more Package Citations See dependency  
BALLI  
Expression RNA-Seq Data Analysis Based on Linear Mixed Model
Analysis of gene expression RNA-seq data using Bartlett-Adjusted Likelihood-based LInear model (BALL ...
Download / Learn more Package Citations See dependency  
rwavelet  
Wavelet Analysis
Perform wavelet analysis (orthogonal,translation invariant, tensorial, 1-2-3d transforms, thresholdi ...
Download / Learn more Package Citations See dependency  
worrrd  
Generate Wordsearch and Crossword Puzzles
Generate wordsearch and crossword puzzles using custom lists of words (and clues).Make them easy or ...
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  

27,268

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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