Description Usage Arguments See Also Examples
Expand and count run length encoding <NA
>
1 2 3 | na_rle_expand(x)
na_rle_table(x)
|
x |
An object returned by |
Other rectangling functions: na_rle_cut
1 2 3 | (x <- na_rle(c(1, NA, NA, 4:7, NA, NA, 10:15, NA)))
na_rle_expand(x)
na_rle_table(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.