diff options
author | Suraj Yerramilli | 2015-02-02 19:13:52 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-02-02 19:13:52 +0530 |
commit | 63658745fa07d75c00e2e247cda061828b993d89 (patch) | |
tree | 780509170bda99d6501544c895ebc077ff3ca96f /R | |
parent | 2e9536e308d6d82c7a7b9cbaa63efb76e3d1037f (diff) | |
download | SysID-R-code-63658745fa07d75c00e2e247cda061828b993d89.tar.gz SysID-R-code-63658745fa07d75c00e2e247cda061828b993d89.tar.bz2 SysID-R-code-63658745fa07d75c00e2e247cda061828b993d89.zip |
Minor changes in documentation
Diffstat (limited to 'R')
-rw-r--r-- | R/readData.R | 2 |
1 files changed, 1 insertions, 1 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 |