Skip to contents

witch_time_mapping reads a time csv file and returns the time mapping as defined in the file. The function scans the csv file.

Usage

witch_time_mapping(f)

Arguments

f

time mapping csv file

Examples

if (FALSE) {
witch_time_mapping("input/time/t30.csv")
}