summaryrefslogtreecommitdiff
path: root/man/read.xls.idframe.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/read.xls.idframe.Rd')
-rw-r--r--man/read.xls.idframe.Rd4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/read.xls.idframe.Rd b/man/read.xls.idframe.Rd
index f4ba64c..2404b10 100644
--- a/man/read.xls.idframe.Rd
+++ b/man/read.xls.idframe.Rd
@@ -4,7 +4,7 @@
\alias{read.xls.idframe}
\title{Read the contents of a worksheet into a idframe object}
\usage{
-read.xls.idframe(file, sheetName, header = TRUE, ninputs = 1,
+read.xls.idframe(file, sheetName, header = TRUE, ninputs = NULL,
type = c("time", "freq")[1], Ts = 1, freqData = FALSE, tUnit = "time",
...)
}
@@ -17,7 +17,7 @@ read.xls.idframe(file, sheetName, header = TRUE, ninputs = 1,
the first element of the rowIndex vector contains the names of the variables.
(Default: \code{TRUE})}
-\item{ninputs}{the number of input columns. (Default: 1)}
+\item{ninputs}{the number of input columns. (Default: \code{NULL})}
\item{type}{indicates the domain of the data (Default:\code{"time"})}