diff options
-rw-r--r-- | R/readData.R | 2 | ||||
-rw-r--r-- | man/read.idframe.Rd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/R/readData.R b/R/readData.R index 513ce67..971b422 100644 --- a/R/readData.R +++ b/R/readData.R @@ -1,6 +1,6 @@ #' Data input into a idframe object #' -#' Read the contents of an file in table format into a \code{idframe} object. +#' Read the contents of a \code{data.frame} object into a \code{idframe} object. #' #' @param data a \code{data.frame} object #' @param freqData a logical value indicating whether the file contains the list of diff --git a/man/read.idframe.Rd b/man/read.idframe.Rd index f6d564d..ac3c00a 100644 --- a/man/read.idframe.Rd +++ b/man/read.idframe.Rd @@ -26,7 +26,7 @@ frequencies. If \code{TRUE}, they need to be present in the first column. an idframe object } \description{ -Read the contents of an file in table format into a \code{idframe} object. +Read the contents of a \code{data.frame} object into a \code{idframe} object. } \details{ If \code{type="freq"} and \code{freqData = TRUE}, then the first column in the file |