readProcessTimes {spectralAnalysis}R Documentation

read .csv file as process times

Description

read .csv file as process times

Usage

readProcessTimes(path, timeFormat = "%Y-%m-%d %H:%M:%OS")

Arguments

path

to the file containing process times information

timeFormat

character specifying time format as.POSIXct

Value

ProcessTimesFrame-class

ProcessTimes-class

Examples

 readProcessTimes( getPathProcessTimesExample() , timeFormat =  "%Y-%m-%d %H:%M:%S" )

[Package spectralAnalysis version 4.3.3 Index]