Error qualtRics API "Error in app$vspace(new_style$`margin-top` %||% 0) : attempt to apply non-function"

Hi,

I am trying to work with the API to integrate Qualtrics into R so that I can always load the most current survey.

When I use the code below, I keep getting an error. I have already checked the API key and the domain ID, these are correct. I can also see the different surveys, but when I fetch_survey() it cannot load the survey. Can someone please help me?

library(qualtRics)

qualtrics_api_credentials(api_key = "XXX", 
                          base_url = "kdg.be",
                          install = TRUE)

surveys <- all_surveys() 

my survey <- fetch_survey(surveyID = surveys$id[1])
Error in app$vspace(new_style$`margin-top` %||% 0) : 
  attempt to apply non-function```

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.