scan_gaps | R Documentation |
Scan a tsibble for implicit missing observations
scan_gaps(.data, .full = FALSE, .start = NULL, .end = NULL)
.data |
A tsibble. |
.full |
|
.start , .end |
Set custom starting/ending time that allows to expand the existing time spans. |
Other implicit gaps handling:
count_gaps()
,
fill_gaps()
,
has_gaps()
scan_gaps(pedestrian)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.