grp_add | R Documentation |
gt_group
container objectShould you have a gt_group
object, created through use of the gt_group()
function, you might want to add more gt tables to that container. While
it's common to generate a gt_group
object with a collection of gt_tbl
objects, one can also create an 'empty' gt_group
object. Whatever your
workflow might be, the grp_add()
function makes it possible to flexibly
add one or more new gt tables, returning a refreshed gt_group
object.
grp_add(.data, ..., .list = list2(...), .before = NULL, .after = NULL)
.data |
The gt table group object
This is a |
... |
One or more gt table objects
One or more gt table ( |
.list |
Alternative to
Allows for the use of a list as an input alternative to |
.before , .after |
Table used as anchor
A single index for either |
An object of class gt_group
.
14-4
v0.9.0
(Mar 31, 2023)
Other table group functions:
grp_clone()
,
grp_options()
,
grp_pull()
,
grp_replace()
,
grp_rm()
,
gt_group()
,
gt_split()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.