| Adjust the luminance for a palette of colors | adjust_luminance |
| Transform a *gt* table to a 'gtable' object | as_gtable |
| Output a *gt* object as LaTeX | as_latex |
| Get the HTML content of a *gt* table | as_raw_html |
| Output a *gt* object as RTF | as_rtf |
| Output a *gt* object as Word | as_word |
| Helper for defining custom borders for table cells | cell_borders |
| Helper for defining custom fills for table cells | cell_fill |
| Helper for defining custom text styles for table cells | cell_text |
| Location helper for targeting data cells in the table body | cells_body |
| Location helper for targeting the column labels | cells_column_labels |
| Location helper for targeting the column spanners | cells_column_spanners |
| Location helper for targeting the footnotes | cells_footnotes |
| Location helper for targeting cells in a grand summary | cells_grand_summary |
| Location helper for targeting row groups | cells_row_groups |
| Location helper for targeting the source notes | cells_source_notes |
| Location helper for targeting cells in the table stub | cells_stub |
| Location helper for targeting the stub cells in a grand summary | cells_stub_grand_summary |
| Location helper for targeting the stub cells in a summary | cells_stub_summary |
| Location helper for targeting the table stubhead cell | cells_stubhead |
| Location helper for targeting group summary cells | cells_summary |
| Location helper for targeting the table title and subtitle | cells_title |
| Add one or more columns to a *gt* table | cols_add |
| Set the alignment of columns | cols_align |
| Align all numeric values in a column along the decimal mark | cols_align_decimal |
| Hide one or more columns | cols_hide |
| Relabel one or more columns | cols_label |
| Relabel columns with a function | cols_label_with |
| Merge data from two or more columns to a single column | cols_merge |
| Merge two columns to combine counts and percentages | cols_merge_n_pct |
| Merge two columns to a value range column | cols_merge_range |
| Merge columns to a value-with-uncertainty column | cols_merge_uncert |
| Move one or more columns | cols_move |
| Move one or more columns to the end | cols_move_to_end |
| Move one or more columns to the start | cols_move_to_start |
| Add a new column of nanoplots, taking input data from selected columns | cols_nanoplot |
| Unhide one or more columns | cols_unhide |
| Define units for one or more columns | cols_units |
| Set the widths of columns | cols_width |
| The fundamental physical constants | constants |
| Yearly populations of countries from 1960 to 2024 | countrypops |
| Supply a custom currency symbol to 'fmt_currency()' | currency |
| Perform data cell colorization | data_color |
| Provide a vector of sensible system fonts for use with *gt* tables | default_fonts |
| Perform LaTeX escaping | escape_latex |
| A toy example tibble for testing with gt: exibble | exibble |
| Extract the table body from a *gt* object | extract_body |
| Extract a vector of formatted cells from a *gt* object | extract_cells |
| Extract a summary list from a *gt* object | extract_summary |
| Feature films in competition at the Cannes Film Festival | films |
| Set a column format with a formatter function | fmt |
| Automatically format column data according to their values | fmt_auto |
| Format column data containing bin/interval information | fmt_bins |
| Format values as bytes | fmt_bytes |
| Format chemical formulas | fmt_chem |
| Generate country names from their corresponding country codes | fmt_country |
| Format values as currencies | fmt_currency |
| Format values as dates | fmt_date |
| Format values as datetimes | fmt_datetime |
| Format numeric or duration values as styled time duration strings | fmt_duration |
| Format email addresses to generate 'mailto:' links | fmt_email |
| Format values to engineering notation | fmt_engineering |
| Generate flag icons for countries from their country codes | fmt_flag |
| Format values as mixed fractions | fmt_fraction |
| Use icons within a table's body cells | fmt_icon |
| Format image paths to generate images in cells | fmt_image |
| Format values to indexed characters | fmt_index |
| Format values as integers | fmt_integer |
| Format Markdown text | fmt_markdown |
| Format numeric values | fmt_number |
| Format numbers with SI prefixes | fmt_number_si |
| Format values as parts-per quantities | fmt_partsper |
| Format by simply passing data through | fmt_passthrough |
| Format values as a percentage | fmt_percent |
| Format values as Roman numerals | fmt_roman |
| Format values to scientific notation | fmt_scientific |
| Format values to spelled-out numbers | fmt_spelled_num |
| Format 'TRUE' and 'FALSE' values | fmt_tf |
| Format values as times | fmt_time |
| Format measurement units | fmt_units |
| Format URLs to generate links | fmt_url |
| Formatting functions | fmts |
| Reference a column of values for certain parameters | from_column |
| Helper function for adding a ggplot | ggplot_image |
| Weather conditions in Gibraltar, May 2023 | gibraltar |
| Helper function for specifying a font from the _Google Fonts_ service | google_font |
| Add grand summary rows using aggregation functions | grand_summary_rows |
| Add one or more *gt* tables to a 'gt_group' container object | grp_add |
| Clone one or more *gt* tables in a 'gt_group' container object | grp_clone |
| Modify table options for all tables within a 'gt_group' object | grp_options |
| Pull out a *gt* table from a 'gt_group' container object | grp_pull |
| Replace one or more *gt* tables in a 'gt_group' container object | grp_replace |
| Remove one or more *gt* tables from a 'gt_group' container object | grp_rm |
| Create a *gt* table object | gt |
| Create a 'gt_group' container for holding multiple *gt* table objects | gt_group |
| Get the LaTeX dependencies required for a *gt* table | gt_latex_dependencies |
| Create a *gt* display table output element for Shiny | gt_output |
| Generate a special *gt* table for previewing a dataset | gt_preview |
| Split a table into a group of tables (a 'gt_group') | gt_split |
| Update a *gt* selection in Shiny | gt_update_select |
| Deluxe automobiles from the 2014-2017 period | gtcars |
| Save a *gt* table as a file | gtsave |
| Interpret input text as HTML-formatted text | html |
| Lab tests for one suffering from an illness | illness |
| View a table with info on supported currencies | info_currencies |
| View a table with info on date styles | info_date_style |
| View a table with all available flags for 'fmt_flag()' | info_flags |
| View a table on recommended Google Fonts | info_google_fonts |
| View a table with all available Font Awesome icons for 'fmt_icon()' | info_icons |
| View a table with info on supported locales | info_locales |
| View a table with info on color palettes | info_paletteer |
| View a table with info on TRUE/FALSE formatting styles | info_tf_style |
| View a table with info on time styles | info_time_style |
| View a table with all units that can be converted by 'unit_conversion()' | info_unit_conversions |
| Interpret input text as LaTeX-formatted text | latex |
| Helper function for adding a local image | local_image |
| Localize formatting and symbols | locale |
| Interpret input text as Markdown-formatted text | md |
| The stations of the Paris Metro | metro |
| Supply nanoplot options to 'cols_nanoplot()' | nanoplot_options |
| Nuclide data | nuclides |
| Option to align the table header | opt_align_table_header |
| Option to use all caps in select table locations | opt_all_caps |
| Option to add custom CSS for the table | opt_css |
| Option to modify the set of footnote marks | opt_footnote_marks |
| Option to modify the order of footnotes | opt_footnote_order |
| Option to specify the formatting of footnote marks | opt_footnote_spec |
| Option to expand or contract horizontal padding | opt_horizontal_padding |
| Option to put interactive elements in an HTML table | opt_interactive |
| Option to add or remove row striping | opt_row_striping |
| Stylize your table with a colorful look | opt_stylize |
| Options to define font choices for the entire table | opt_table_font |
| Option to set table lines to different extents | opt_table_lines |
| Option to wrap an outline around the entire table | opt_table_outline |
| Option to expand or contract vertical padding | opt_vertical_padding |
| Helper for providing a numeric value as percentage | pct |
| A table of personal information for people all over the world | peeps |
| Data on photolysis rates for gas-phase organic compounds | photolysis |
| A year of pizza sales from a pizza place | pizzaplace |
| Helper for providing a numeric value as pixels value | px |
| Helper for creating a random 'id' for a *gt* table | random_id |
| Reaction rates for gas-phase atmospheric reactions of organic compounds | reactions |
| A *gt* display table render function for use in Shiny | render_gt |
| Remove the table caption | rm_caption |
| Remove table footnotes | rm_footnotes |
| Remove the table header | rm_header |
| Remove table source notes | rm_source_notes |
| Remove column spanner labels | rm_spanners |
| Remove the stubhead label | rm_stubhead |
| Select helper for targeting the row group column | row_group |
| Modify the ordering of any row groups | row_group_order |
| Modify the order of rows within groups | row_order |
| Add one or more rows to a *gt* table | rows_add |
| Hide one or more rows | rows_hide |
| Unhide one or more rows | rows_unhide |
| Apply conditional formatting to cells with 'rows' and 'columns' | rows-columns |
| An ADDV-flavored clinical trial toy dataset | rx_addv |
| An ADSL-flavored clinical trial toy dataset | rx_adsl |
| Daily S&P 500 Index data from 1950 to 2015 | sp500 |
| Select helper for targeting the stub column | stub |
| Substitute large values in the table body | sub_large_vals |
| Substitute missing values in the table body | sub_missing |
| Substitute small values in the table body | sub_small_vals |
| Substitute targeted values in the table body | sub_values |
| Substitute zero values in the table body | sub_zero |
| Add summary columns using aggregation functions | summary_columns |
| Add group-wise summary rows using aggregation functions | summary_rows |
| Get a themed font stack that works well across systems | system_fonts |
| Twice hourly solar zenith angles by month & latitude | sza |
| Add a table caption | tab_caption |
| Add a table footnote | tab_footnote |
| Add a table header | tab_header |
| Understand what's been set inside of a *gt* table object | tab_info |
| Modify the table output options | tab_options |
| Add a row group to a *gt* table | tab_row_group |
| Add a source note citation | tab_source_note |
| Add a spanner label | tab_spanner |
| Create column labels and spanners via delimited column names | tab_spanner_delim |
| Control indentation of row labels in the stub | tab_stub_indent |
| Add label text to the stubhead | tab_stubhead |
| Add custom styles to one or more cells | tab_style |
| Target cells in the table body and style accordingly | tab_style_body |
| Generate a path to a test image | test_image |
| Perform whole or partial text replacements with a 'switch'-like approach | text_case_match |
| Perform whole text replacements using a 'case-when'-expression approach | text_case_when |
| Perform highly targeted text replacement with a regex pattern | text_replace |
| Perform text transformations with a custom function | text_transform |
| Populations of all municipalities in Ontario from 1996 to 2021 | towny |
| Get a conversion factor across two measurement units of a given class | unit_conversion |
| Format a vector as values in terms of bytes | vec_fmt_bytes |
| Format a vector as currency values | vec_fmt_currency |
| Format a vector as date values | vec_fmt_date |
| Format a vector as datetime values | vec_fmt_datetime |
| Format a vector of numeric or duration values as styled time duration strings | vec_fmt_duration |
| Format a vector as values in engineering notation | vec_fmt_engineering |
| Format a vector as mixed fractions | vec_fmt_fraction |
| Format a vector as indexed characters | vec_fmt_index |
| Format a vector as integer values | vec_fmt_integer |
| Format a vector containing Markdown text | vec_fmt_markdown |
| Format a vector as numeric values | vec_fmt_number |
| Format a vector as numbers with SI prefixes | vec_fmt_number_si |
| Format a vector as parts-per quantities | vec_fmt_partsper |
| Format a vector as percentage values | vec_fmt_percent |
| Format a vector as Roman numerals | vec_fmt_roman |
| Format a vector as values in scientific notation | vec_fmt_scientific |
| Format a vector as spelled-out numbers | vec_fmt_spelled_num |
| Format a vector as time values | vec_fmt_time |
| Helper function for adding an image from the web | web_image |