diff --git a/R/auk-set-ebd-path.r b/R/auk-set-ebd-path.r index 8021eb5..d4099c3 100644 --- a/R/auk-set-ebd-path.r +++ b/R/auk-set-ebd-path.r @@ -10,7 +10,7 @@ #' #' @param path character; directory where the EBD text files are stored, e.g. #' `"/home/matt/ebd"`. -#' @param overwrite logical; should the existing `EDB_PATH` be overwritten if it +#' @param overwrite logical; should the existing `EBD_PATH` be overwritten if it #' has already been set in .Renviron. #' #' @return Edits .Renviron, then returns the AWK path invisibly. @@ -50,4 +50,4 @@ auk_set_ebd_path <- function(path, overwrite = FALSE) { write(paste0("EBD_PATH='", path, "'\n"), renv_path, append = TRUE) message(paste("EBD_PATH set to", path)) invisible(path) -} \ No newline at end of file +}