Grouping tools
1 2 3 | as_group_id(x)
as_group_rle(x)
|
1 2 3 | x <- c(rep("a", 10), rep("b", 4), rep("a", 5))
as_group_id(x)
as_group_rle(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.