diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-31 07:42:39 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-31 07:42:39 +0100 |
commit | 2454dd9077f1d499549791a774687f12c87aeb8e (patch) | |
tree | 93c2cb98027af9b60e6731353897674e5a25faad /R | |
parent | 5cf14fe9a9fe15e866529ebde14492b56645f6b7 (diff) |
Document all arguments of install_PELMO
Diffstat (limited to 'R')
-rw-r--r-- | R/install_PELMO.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/R/install_PELMO.R b/R/install_PELMO.R index 02b1064..18efb81 100644 --- a/R/install_PELMO.R +++ b/R/install_PELMO.R @@ -2,6 +2,7 @@ #' #' @importFrom clipr write_clip #' @param version The FOCUS PELMO version to install +#' @param local_zip Do not download, but use the local zip archive specified here #' @export install_PELMO <- function(version = "5.5.3", local_zip = NULL) { pkg_dir <- system.file(package = "PELMO.installeR") |