ecodata_linear_interpolate.Rd
Perform a linear interpolation for any missing values for an ecodata data frame. This is useful for plotting time series with mixed frequencies.
ecodata_linear_interpolate(df, variable_names = NULL)
An ecodata data frame with the same structure as `df`, with NA values replaced with linear interpolations.