mists-na-rle-tbl: Expand and count run length encoding <'NA'>

Description Usage Arguments See Also Examples

Description

Expand and count run length encoding <NA>

Usage

1
2
3

Arguments

x

An object returned by na_rle() or list_of_na_rle().

See Also

Other rectangling functions: na_rle_cut

Examples

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)

earowang/mists documentation built on Sept. 21, 2019, 1:12 p.m.