powered by
Scan a tsibble for implicit missing observations
scan_gaps(.data, ...)# S3 method for tbl_ts scan_gaps(.data, .full = FALSE, ...)
# S3 method for tbl_ts scan_gaps(.data, .full = FALSE, ...)
A tbl_ts.
tbl_ts
Other arguments passed on to individual methods.
FALSE to find gaps for each group within its own period. TRUE to find gaps over the entire time span of the data.
FALSE
TRUE
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