1. 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
)

Arguments

data_in

Input

time_format

Time format according to strptime

time_column

Number of the time column

skip_hours

Hours to skip at the beginning

data_columns

Columns with data (no time etc.)

timestep_out

Timestep in minutes