tests/testthat/_snaps/fetch-survey.md

correct error for deprecated args

Code
  fetch_survey("1234", force_request = TRUE)
Condition
  Warning:
  The `force_request` argument of `fetch_survey()` is deprecated as of qualtRics 3.2.0.
  Error in `qualtrics_response_codes()`:
  ! Qualtrics API reported a not found error (404):
  * Please check if you are using the correct survey ID.
Code
  fetch_survey("1234", save_dir = "~/Desktop")
Condition
  Warning:
  The `save_dir` argument of `fetch_survey()` is deprecated as of qualtRics 3.2.0.
  Error in `qualtrics_response_codes()`:
  ! Qualtrics API reported a not found error (404):
  * Please check if you are using the correct survey ID.


Try the qualtRics package in your browser

Any scripts or data that you put into this service are public.

qualtRics documentation built on Sept. 11, 2024, 5:24 p.m.