spectralAnalysis (version 4.3.3)

readProcessTimes: read .csv file as process times

Description

read .csv file as process times

Usage

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

Value

ProcessTimesFrame-class

ProcessTimes-class

Arguments

path

to the file containing process times information

timeFormat

character specifying time format as.POSIXct

Examples

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

Run the code above in your browser using DataLab