This function is a tiny wrapper around approx which allows to contain the maximum number of NA values in a row that will be filled by interpolation. This is useful to obtain regular time series.
Usage
fill_na(x, max.len = Inf, ...)
Value
a vector
Arguments
x
a vector, possibly containing NA values
max.len
an integer vector of length one, constraining the number of of consecutive NA observations which will get replaced with interpolated values