tsibble (version 0.6.2)

scan_gaps: Scan a tsibble for implicit missing observations

Description

Scan a tsibble for implicit missing observations

Usage

scan_gaps(.data, ...)

# S3 method for tbl_ts scan_gaps(.data, .full = FALSE, ...)

Arguments

.data

A tbl_ts.

...

Other arguments passed on to individual methods.

.full

FALSE to find gaps for each group 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