spectralAnalysis (version 3.12.0)

readProcessTimes: 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

Examples

Run this code
# NOT RUN {
 readProcessTimes( getPathProcessTimesExample() , timeFormat =  "%Y-%m-%d %H:%M:%S" )
# }

Run the code above in your browser using DataLab