lin_inter_hrly_to_fifteen: Linearly interpolate hourly data to 15 min data.

View source: R/data_quality.R

lin_inter_hrly_to_fifteenR Documentation

Linearly interpolate hourly data to 15 min data.

Description

Many weather data sets are hourly and we need values for every 15 minutes.

Usage

lin_inter_hrly_to_fifteen(data, data_ts)

Arguments

data

A data frame with hourly data.

data_ts

The column name for the data timestamp.

Details

Any value that can not be linearly interpolated such as a string will remain the same.

Value

The resulting fifteen minute data frame.

Author(s)

Arash Khalilnejad


PVplr documentation built on Feb. 16, 2023, 9:56 p.m.