readProcessTimes: read .csv file as process times

View source: R/objectProcessTimes.R

readProcessTimesR 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" )

spectralAnalysis documentation built on Jan. 11, 2023, 5:15 p.m.