Skip to content

Commit

Permalink
minor bugfixes and documentation updating
Browse files Browse the repository at this point in the history
  • Loading branch information
jmobrien committed Sep 7, 2023
1 parent 0ca12ab commit 8b72226
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
)
Expand Down
2 changes: 1 addition & 1 deletion R/fetch_survey.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion man/fetch_survey.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b72226

Please sign in to comment.