| add_icon_legend | Add an icon legend to a reactable table | 
| add_legend | Add a legend to a reactable table | 
| add_source | Add a source below a reactable table | 
| add_subtitle | Add a subtitle above a reactable table | 
| add_title | Add a title above a reactable table | 
| background_img | Embed a background image from web to rows of a reactable table | 
| bubble_grid | Build a customizable bubble grid chart | 
| cell_style | Add custom styles to cells | 
| cerulean | Theme cerulean | 
| clean | Theme clean | 
| color_scales | Add color scales to cells in a column | 
| color_tiles | Add color tiles to cells in a column | 
| cosmo | Theme cosmo | 
| cyborg | Theme cyborg | 
| dark | Theme dark | 
| darkly | Theme darkly | 
| data_bars | Add horizontal bars to cells in a column | 
| data_bars_gradient | Add horizontal gradient bars to rows in a column | 
| data_bars_pos_neg | Add horizontal bars to rows in a column containing positive and negative values | 
| default | Theme default | 
| embed_img | Embed image from web to cells in a column | 
| espn | Theme espn | 
| fivethirtyeight | Theme fivethirtyeight | 
| flatly | Theme flatly | 
| gauge_chart | Display numeric values in a gauge chart | 
| google_font | Apply a font from Google Fonts <https://fonts.google.com/> to the table. | 
| group_border_sort | Add a styled border beneath rows of specified groups on sort. Must be placed within reactable::rowStyle(). Credit to Greg Lin, creator of reactable for writing the JS function. | 
| group_merge_sort | Hide rows containing duplicate values on sort. Must be placed within reactable::colDef(style). Credit to Greg Lin, creator of reactable for writing the JS function. | 
| highlight_bars | Color of highlight used in 'react_sparkbar'. | 
| highlight_max | Highlights the maximum value in a column | 
| highlight_min | Highlights the minimum value in a column | 
| highlight_min_max | Highlights the minimum and maximum value in a column | 
| highlight_points | Color of points used in 'react_sparkline'. | 
| hoverdark | Theme hoverdark | 
| hoverlight | Theme hoverlight | 
| html | Apply HTML attributes to title, subtitle, and source text. | 
| icon_assign | Assign icons to cells in a column | 
| icon_sets | Add colored icons to cells in a column | 
| journal | Theme journal | 
| lux | Theme lux | 
| margin | Margin dimensions. | 
| merge_column | Merge two columns together in a specified arrangement. | 
| midnight | Theme midnight | 
| midnightblue | Theme midnightblue | 
| minty | Theme minty | 
| no_lines | Theme no_lines | 
| nytimes | Theme nytimes | 
| pff | Theme pff | 
| pill_buttons | Surround text or numeric values in a colored pill button | 
| pos_neg_colors | Assign colors to negative and positive values | 
| react_sparkbar | Add a sparkline bar chart to a reactable table | 
| react_sparkline | Add a sparkline line chart a reactable table | 
| sandstone | Theme sandstone | 
| sanfran | Theme sanfran | 
| save_reactable_test | Save a reactable table as an image or .html file | 
| slate | Theme slate | 
| spacelab | Theme spacelab | 
| sunrise | Theme sunrise | 
| superhero | Theme superhero | 
| tooltip | Apply a tooltip to cells. | 
| void | Theme void |