ip_num_time {PVplr} | R Documentation |
Numerical time interim predictor.
Description
Convert the hour and minute component of each timestamp to a numerical representation.
Usage
ip_num_time(data, ts_col = "timestamp")
Arguments
data |
A dataframe with a timestamp column. |
ts_col |
The timestamp column name in |
Value
data
with a num_time column added.
Author(s)
Arash Khalilnejad
[Package PVplr version 0.1.2 Index]