Other packages > Find by keyword >

gt  

Easily Create Presentation-Ready Display Tables
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("gt", "0.11.1")



Attach the package and use:
library("gt")
Maintained by
Richard Iannone
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-03-31
Latest Update: 2023-03-31
Description:
Build display tables from tabular data with an easy-to-use set of functions. With its progressive approach, we can construct display tables with a cohesive set of table parts. Table values can be formatted using any of the included formatting functions. Footnotes and cell styles can be precisely added through a location targeting system. The way in which 'gt' handles things for you means that you don't often have to worry about the fine details.
How to cite:
Richard Iannone (2020). gt: Easily Create Presentation-Ready Display Tables. R package version 0.11.1, https://cran.r-project.org/web/packages/gt. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.2.0.5 (2020-03-31 12:10), 0.2.1 (2020-05-23 09:00), 0.2.2 (2020-08-06 00:00), 0.3.0 (2021-05-12 08:00), 0.3.1 (2021-08-07 06:40), 0.4.0 (2022-02-15 11:10), 0.5.0 (2022-04-22 00:10), 0.6.0 (2022-05-24 06:40), 0.7.0 (2022-08-25 07:40), 0.8.0 (2022-11-17 00:00), 0.9.0 (2023-03-31 22:50), 0.10.0 (2023-10-07 08:30), 0.10.1 (2024-01-18 00:50), 0.11.0 (2024-07-10 01:10)
Other packages that cited gt R package
View gt citation profile
Other R packages that gt depends, imports, suggests or enhances
Complete documentation for gt
Functions, R codes and Examples using the gt R package
Some associated functions: adjust_luminance . as.data.frame.gt_tbl . as_latex . as_raw_html . as_rtf . as_word . cell_borders . cell_fill . cell_text . cells_body . cells_column_labels . cells_column_spanners . cells_footnotes . cells_grand_summary . cells_group . cells_row_groups . cells_source_notes . cells_stub . cells_stub_grand_summary . cells_stub_summary . cells_stubhead . cells_summary . cells_title . cols_add . cols_align . cols_align_decimal . cols_hide . cols_label . cols_label_with . cols_merge . cols_merge_n_pct . cols_merge_range . cols_merge_uncert . cols_move . cols_move_to_end . cols_move_to_start . cols_nanoplot . cols_unhide . cols_units . cols_width . constants . countrypops . currency . data_color . default_fonts . define_units . escape_latex . exibble . extract_body . extract_cells . extract_summary . fmt . fmt_auto . fmt_bins . fmt_bytes . fmt_currency . fmt_date . fmt_datetime . fmt_duration . fmt_engineering . fmt_flag . fmt_fraction . fmt_icon . fmt_image . fmt_index . fmt_integer . fmt_markdown . fmt_missing . fmt_number . fmt_partsper . fmt_passthrough . fmt_percent . fmt_roman . fmt_scientific . fmt_spelled_num . fmt_time . fmt_units . fmt_url . from_column . ggplot_image . google_font . grand_summary_rows . grp_add . grp_clone . grp_options . grp_pull . grp_replace . grp_rm . gt-options . gt-package . gt . gt_group . gt_latex_dependencies . gt_output . gt_preview . gt_split . gtcars . gtsave . html . illness . info_currencies . info_date_style . info_flags . info_google_fonts . info_icons . info_locales . info_paletteer . info_time_style . local_image . md . metro . nanoplot_options . opt_align_table_header . opt_all_caps . opt_css . opt_footnote_marks . opt_footnote_spec . opt_horizontal_padding . opt_interactive . opt_row_striping . opt_stylize . opt_table_font . opt_table_lines . opt_table_outline . opt_vertical_padding . pct . pipe . pizzaplace . print.gt_group . print.gt_tbl . print.rtf_text . px . random_id . reexports . render_gt . rm_caption . rm_footnotes . rm_header . rm_source_notes . rm_spanners . rm_stubhead . row_group_order . rows_add . rx_addv . rx_adsl . sp500 . stub . sub_large_vals . sub_missing . sub_small_vals . sub_values . sub_zero . summary_rows . system_fonts . sza . tab_caption . tab_footnote . tab_header . tab_info . tab_options . tab_row_group . tab_source_note . tab_spanner . tab_spanner_delim . tab_stub_indent . tab_stubhead . tab_style . tab_style_body . test_image . text_case_match . text_case_when . text_replace . text_transform . towny . vec_fmt_bytes . vec_fmt_currency . vec_fmt_date . vec_fmt_datetime . vec_fmt_duration . vec_fmt_engineering . vec_fmt_fraction . vec_fmt_index . vec_fmt_integer . vec_fmt_markdown . vec_fmt_number . vec_fmt_partsper . vec_fmt_percent . vec_fmt_roman . vec_fmt_scientific . vec_fmt_spelled_num . vec_fmt_time . web_image . 
Some associated R codes: as_data_frame.R . build_data.R . compile_scss.R . data_color.R . datasets.R . dt__.R . dt_body.R . dt_boxhead.R . dt_cols_merge.R . dt_data.R . dt_footnotes.R . dt_formats.R . dt_groups_rows.R . dt_has_built.R . dt_heading.R . dt_locale.R . dt_options.R . dt_row_groups.R . dt_source_notes.R . dt_spanners.R . dt_stub_df.R . dt_stubhead.R . dt_styles.R . dt_substitutions.R . dt_summary.R . dt_transforms.R . export.R . format_data.R . format_vec.R . gt-package.R . gt.R . gt_group.R . gt_preview.R . gt_split.R . helpers.R . image.R . info_tables.R . knitr-utils.R . location_methods.R . modify_columns.R . modify_rows.R . opts.R . print.R . reexports.R . render_as_html.R . render_as_i_html.R . resolver.R . rows_add.R . shiny.R . substitution.R . summary_rows.R . tab_create_modify.R . tab_info.R . tab_remove.R . tab_style_body.R . text_transform.R . utils.R . utils_color_contrast.R . utils_environments.R . utils_examples.R . utils_formatters.R . utils_general_str_formatting.R . utils_pipe.R . utils_plots.R . utils_render_common.R . utils_render_html.R . utils_render_latex.R . utils_render_rtf.R . utils_render_xml.R . utils_units.R . z_utils_render_footnotes.R . zzz.R .  Full gt 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

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  
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  
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  
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  
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  
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