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]
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 13 Apr. 2025.
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
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for kableExtra200025003000350040004500TrendBars

Today's Hot Picks in Authors and Packages

ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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