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

Today's Hot Picks in Authors and Packages

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
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  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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