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 27 Jan. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

AssetCorr  
Estimating Asset Correlations from Default Data
Functions for the estimation of intra- and inter-cohort correlations in the Vasicek credit portfolio ...
Download / Learn more Package Citations See dependency  
shinybrms  
Graphical User Interface ('shiny' App) for 'brms'
A graphical user interface (GUI) for fitting Bayesian regression models using the package 'brms' wh ...
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  
mgm  
Estimating Time-Varying k-Order Mixed Graphical Models
Estimation of k-Order time-varying Mixed Graphical Models and mixed VAR(p) models via elastic-net re ...
Download / Learn more Package Citations See dependency  
intccr  
Semiparametric Competing Risks Regression under Interval Censoring
Semiparametric regression models on the cumulative incidence function for interval-censored competin ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,561

Publication Badges

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