jbryer / qualtrics

This package utilizes the Qualtrics API to interface with the Qualtrics survey system.
34 stars 19 forks source link

Invalid input error when running on linux #6

Open cfitzge1 opened 7 years ago

cfitzge1 commented 7 years ago

Hi, I'm having an issue with qualtRics where when I run my script to download results of a survey to a specified directory, I get the error message below:

Warning message:
In scan(file = file, what = what, sep = sep, quote = quote, dec = dec,  :
  invalid input found on input connection '/tmp/RtmpVQGNZ1/<my_survey_name>.csv'

What is odd is that this is not the folder I indicate to save the file to, and I only get 14 rows of data read (out of ~1500).

I have changed the permissions of that folder, thinking that may help, and it hasnt.

If I put NULL in save_dir, I still get the same error.

Thanks in advance!