
Last chance! 50% off unlimited learning
Sale ends in
Scan a tsibble for implicit missing observations
scan_gaps(.data, .full = FALSE, ...)
A tbl_ts
.
FALSE
to find gaps for each series within its own period.
TRUE
to find gaps over the entire time span of the data.
Other arguments passed on to individual methods.
Other implicit gaps handling: count_gaps
,
fill_gaps
, has_gaps
# NOT RUN {
scan_gaps(pedestrian)
# }
Run the code above in your browser using DataLab