powered by
Scan a tsibble for implicit missing observations
scan_gaps(.data, .full = FALSE, ...)
A tbl_ts.
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.
FALSE
TRUE
Other arguments passed on to individual methods.
Other implicit gaps handling: count_gaps, fill_gaps, has_gaps
count_gaps
fill_gaps
has_gaps
# NOT RUN { scan_gaps(pedestrian) # }
Run the code above in your browser using DataLab