diff --git a/R/checks.R b/R/checks.R index f85c831..ea66fe0 100644 --- a/R/checks.R +++ b/R/checks.R @@ -575,7 +575,7 @@ checkarg_tempdir <- function(tmp_dir){ if(!dir.exists(tmp_dir)){ rlang::abort( - c("Error in `tempdir`:", + c("Error in `tmp_dir`:", glue::glue("{tmp_dir} is not an existing directory") ) ) diff --git a/R/fetch_survey.R b/R/fetch_survey.R index 13293b6..5822832 100644 --- a/R/fetch_survey.R +++ b/R/fetch_survey.R @@ -70,7 +70,7 @@ #' @param tmp_dir Path to filesystem directory. Qualtrics returns response data #' in compressed (zip) form. To extract raw data, the zip file must be briefly #' written to disk (the file is then promptly deleted). By default, the -#' system's temporary directory is used for this (see \code{tempdir()}), but +#' system's temporary directory is used for this (see [tempdir()]), but #' users needing more control can specify an alternate location here. #' @param last_response Deprecated. #' @param force_request Deprecated. diff --git a/man/fetch_survey.Rd b/man/fetch_survey.Rd index eca8167..609f5ec 100644 --- a/man/fetch_survey.Rd +++ b/man/fetch_survey.Rd @@ -116,7 +116,7 @@ console. Defaults to \code{TRUE}.} \item{tmp_dir}{Path to filesystem directory. Qualtrics returns response data in compressed (zip) form. To extract raw data, the zip file must be briefly written to disk (the file is then promptly deleted). By default, the -system's temporary directory is used for this (see \code{tempdir()}), but +system's temporary directory is used for this (see \code{\link[=tempdir]{tempdir()}}), but users needing more control can specify an alternate location here.} \item{last_response}{Deprecated.}