View source: R/utils_vectors.R
rle_groups | R Documentation |
Create an RLE Grouping from a logical vector
rle_groups(x)
x |
|
list
Other vectors:
len_unique()
,
names_values_switch()
,
rle_df()
,
rle_seq()
,
sort_by_names()
,
true_names()
,
unify_vec_preserve_order()
,
unique_with_names()
,
vlookup()
,
vlookup_from_ref()
,
zchar_remove()
rle_groups(sample(c(TRUE, FALSE), 20, replace = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.