diff options
Diffstat (limited to 'man/read.table.idframe.Rd')
-rw-r--r-- | man/read.table.idframe.Rd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/read.table.idframe.Rd b/man/read.table.idframe.Rd index abd290e..f269cd4 100644 --- a/man/read.table.idframe.Rd +++ b/man/read.table.idframe.Rd @@ -5,7 +5,8 @@ \title{Data input into a idframe object} \usage{ read.table.idframe(file, header = TRUE, sep = ",", ninputs = 1, - type = c("time", "freq")[1], Ts = 1, freqData = FALSE, ...) + type = c("time", "freq")[1], Ts = 1, freqData = FALSE, tUnit = "time", + ...) } \arguments{ \item{file}{the path to the file to read} @@ -27,6 +28,8 @@ separated by this character. (Default: \code{","})} frequencies. If \code{TRUE}, they need to be present in the first column. (Default: \code{idframe})} +\item{tUnit}{Time Unit (Default: "seconds")} + \item{...}{additional arguments to be passed to the \code{\link[utils]{read.table}} function} } \value{ |