Nothing
...Code
group_nest(group_by(mtcars, cyl), cyl)
Condition
Warning:
Calling `group_nest()` on a <grouped_df> ignores `...`. Please use `group_by(..., .add = TRUE) |> group_nest()`.
Output
# A tibble: 3 x 2
cyl data
<dbl> <list<tibble[,10]>>
1 4 [11 x 10]
2 6 [7 x 10]
3 8 [14 x 10]
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.