diff options
author | Suraj Yerramilli | 2017-01-06 11:28:44 -0600 |
---|---|---|
committer | Suraj Yerramilli | 2017-01-06 11:28:44 -0600 |
commit | 511acafac847aa4fc5248b19f8279a457e9f15d7 (patch) | |
tree | d47a925d643ef10553717e111268f0baeac146ac /R/util.R | |
parent | 1b1809ac7a1b33115dd3c11cc5d60ae04108e898 (diff) | |
download | SysID-R-code-511acafac847aa4fc5248b19f8279a457e9f15d7.tar.gz SysID-R-code-511acafac847aa4fc5248b19f8279a457e9f15d7.tar.bz2 SysID-R-code-511acafac847aa4fc5248b19f8279a457e9f15d7.zip |
corrections to documentation, imports, NAMESPACE
Diffstat (limited to 'R/util.R')
-rw-r--r-- | R/util.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #' #' Assign multiple variables from a list or function return object #' -#' @param lhs,rhs the variables to be assingned, and the list or +#' @param l,r the variables to be assigned, and the list or #' function return object #' #' @export |