Nothing
Code
duckplyr_group_by(df, x, add = TRUE)
Condition
Error:
! The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct.
i Please use the `.add` argument instead.
Code
group_by_prepare(df, x, add = TRUE)
Condition
Error:
! The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct.
i Please use the `.add` argument instead.
Code
duckplyr_group_by(df, .dots = "x")
Condition
Error:
! The `.dots` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct.
Code
group_by_prepare(df, .dots = "x")
Condition
Error:
! The `.dots` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct.
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.