add_span_counter | R Documentation |
Adds a variable, span_counter
to a dataframe. Used internally to facilitate
counting of missing values over a given span.
add_span_counter(data, span_size)
data |
data.frame |
span_size |
integer |
data.frame with extra variable "span_counter".
## Not run:
# add_span_counter(pedestrian, span_size = 100)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.