interpolate() creates a function of time from a time-indexed input object.
It powers functionalize(). This documentation is unfinished.interpolate.RdInterpolate a Continuous Function of Time
interpolate() creates a function of time from a time-indexed input object.
It powers functionalize(). This documentation is unfinished.
interpolate(.data, .x, .t = NULL, rtn_data = FALSE)An input dataset with a column to interpolate
The column to interpolate
An optional column specifying times associated with .x
Whether to return the input data as an attribute; used internally, but not usually needed.
A function with interpolated input .t and output .x