Learn R Programming

tsibble (version 0.8.4)

scan_gaps: Scan a tsibble for implicit missing observations

Description

Scan a tsibble for implicit missing observations

Usage

scan_gaps(.data, .full = FALSE)

Arguments

.data

A tbl_ts.

.full

FALSE to find gaps for each series within its own period. TRUE to find gaps over the entire time span of the data.

See Also

Other implicit gaps handling: count_gaps, fill_gaps, has_gaps

Examples

Run this code
# NOT RUN {
scan_gaps(pedestrian)
# }

Run the code above in your browser using DataLab