add_span_counter: Add a counter variable for a span of dataframe

View source: R/utils.R

add_span_counterR Documentation

Add a counter variable for a span of dataframe

Description

Adds a variable, span_counter to a dataframe. Used internally to facilitate counting of missing values over a given span.

Usage

add_span_counter(data, span_size)

Arguments

data

data.frame

span_size

integer

Value

data.frame with extra variable "span_counter".

Examples

## Not run: 
# add_span_counter(pedestrian, span_size = 100)

## End(Not run)

naniar documentation built on Feb. 16, 2023, 5:11 p.m.