Other packages > Find by keyword >

tablesgg  

Presentation-Quality Tables, Displayed Using 'ggplot2'
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("tablesgg", "0.9-1")



Attach the package and use:
library("tablesgg")
Maintained by
Richard Raubertas
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-12-02
Latest Update: 2024-01-27
Description:
Presentation-quality tables are displayed as plots on an R graphics device.Although there are other packages that format tables for display, this package is unique in combining two features: (a) It is aware of the logical structure of the table being presented, and makes use of that for automatic layout and styling of the table.This avoids the need for most manual adjustments to achieve an attractive result. (b) It displays tables using 'ggplot2' graphics.Therefore a table can be presented anywhere a graph could be, with no more effort.External software such as LaTeX or HTML or their viewers is not required.The package provides a full set of tools to control the style and appearance of tables, including titles, footnotes and reference marks, horizontal and vertical rules, and spacing of rows and columns.Methods are included to display matrices; data frames; tables created by R's ftable(), table(), and xtabs() functions; and tables created by the 'tables' and 'xtable' packages.Methods can be added to display other table-like objects.A vignette is included that illustrates usage and options available in the package.
How to cite:
Richard Raubertas (2020). tablesgg: Presentation-Quality Tables, Displayed Using 'ggplot2'. R package version 0.9-1, https://cran.r-project.org/web/packages/tablesgg. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.7-1 (2020-12-02 11:00), 0.8-1 (2021-06-02 21:00)
Other packages that cited tablesgg R package
View tablesgg citation profile
Other R packages that tablesgg depends, imports, suggests or enhances
Complete documentation for tablesgg
Functions, R codes and Examples using the tablesgg R package
Some associated functions: Lbrk.textTable . acol . addBlock . addHvrule . addRefmark . add_refmark . adim . adjacent_blocks . angle_adj . apply_scale . apply_style . arow . as.dfObj . as.prBlocks . as.prEntries . as.prHvrules . as.tblBlocks . as.tblEntries . blocks-setter . blocks . calc_rcsize . coord_justif . dfSpecs . df_from_spec . element_block . element_entry . element_hvrule . element_refmark . elements . entries-setter . entries . entries_by_block . entrySize_mm . eval_conditions . fill_NA_idx . format_xtable . grSpecs . headerRuns . hvrules-setter . hvrules . ids . iris2 . iris2_tab . make_header_entries . make_rowgroups . mtcars_xtab . notANumber . paste_text . plot.pltdTable . plot.prEntries . plot.prTable . plot.tabular . plot.tblEntries . plot.textTable . pltdSize . prBlocks . prEntries . prHvrules . prTable . prTable.pltdTable . prTable.prEntries . prefix_text . print.pltdTable . print.summary.pltdTable . print.summary.textTable . props-setter . props_mod . propsa-setter . propsd-setter . rowhead_inside . sci_fmt_pm . spec_from_text . styleObj . styles_pkg . summary.pltdTable . summary.textTable . tablesgg . tablesggOpt . tablesggSetOpt . tblBlocks . tblEntries . tblHvrules . tblParts . textTable.data.frame . textTable.default . textTable.ftable . textTable.matrix . textTable . textTable.table . textTable.tabular . textTable.tblEntries . textTable.xtable . textTable.xtableList . tli_xtab . undo_rowhead_inside . update.pltdTable . update.prObj . update.prTable . update.textTable . 
Some associated R codes: addBlock.bare.R . addHvrule.bare.R . addRefmark.bare.R . add_refmark.bare.R . adjacent_blocks.bare.R . apply_scale.bare.R . apply_style.bare.R . as.dfObj.bare.R . auggrid_util.bare.R . calc_rcsize.bare.R . dfSpecs.bare.R . elements.bare.R . elements2.bare.R . entries_by_block.bare.R . entrySize_mm.bare.R . eval_conditions.bare.R . format_xtable.bare.R . grSpecs.bare.R . headerRuns.bare.R . make_header_entries.bare.R . make_rowgroups.bare.R . notANumber.bare.R . plot.prTable.bare.R . plot.textTable.bare.R . plotting_util.bare.R . pltdTable_util.bare.R . prBlocks.bare.R . prEntries.bare.R . prHvrules.bare.R . prTable.bare.R . props.bare.R . rowhead_inside.bare.R . styleObj.bare.R . summary.bare.R . tablesggOpt.bare.R . tblBlocks.bare.R . tblEntries.bare.R . tblHvrules.bare.R . tblParts.bare.R . textTable.bare.R . textTable.tblEntries.bare.R . textTable_methods.bare.R . textTable_methods2.bare.R . textTable_util.bare.R . text_util.bare.R . update.bare.R . zzz.bare.R .  Full tablesgg package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

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  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
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  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

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