Change of Timesteps
adapt_timestep(
data_in,
time_format = "%d/%m/%Y %H:%M:%S",
time_column = 1,
skip_hours = 24,
data_columns = 3:ncol(data_in),
timestep_out = 15
)
Input
Time format according to strptime
Number of the time column
Hours to skip at the beginning
Columns with data (no time etc.)
Timestep in minutes