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

AMPLE  
Shiny Apps to Support Capacity Building on Harvest Control Rules
Three Shiny apps are provided that introduce Harvest Control Rules (HCR) for fisheries management. ...
Download / Learn more Package Citations See dependency  
murphydiagram  
Murphy Diagrams for Forecast Comparisons
Data and code for the paper by Ehm, Gneiting, Jordan and Krueger ('Of Quantiles and Expectiles: Con ...
Download / Learn more Package Citations See dependency  
golem  
A Framework for Robust Shiny Applications
An opinionated framework for building a production-ready 'Shiny' application. This package contains ...
Download / Learn more Package Citations See dependency  
crplyr  
A 'dplyr' Interface for Crunch
In order to facilitate analysis of datasets hosted on the Crunch data platform ...
Download / Learn more Package Citations See dependency  
phers  
Calculate Phenotype Risk Scores
Use phenotype risk scores based on linked clinical and genetic data to study Mendelian disease and ...
Download / Learn more Package Citations See dependency  
shinybusy  
Busy Indicators and Notifications for 'Shiny' Applications
Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

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