This method is used to converts normalized timeseries data into a list of samples

convertIntoSampleTimeSeries(
  normalizedData,
  func = function(x) paste(x[1], x[2], x[3], sep = "-"),
  splitor = as.character("-")
)

Arguments

normalizedData

An output of the method normalizeTimesereisRawData that normalized timeseries data

func

A function that specified how to split the column names

splitor

A separator.