mattroumaya / surveymonkey

Access your SurveyMonkey data directly from R!
https://mattroumaya.github.io/surveymonkey/
Other
42 stars 10 forks source link

Issue 65 + 66 #70

Closed mattroumaya closed 3 years ago

mattroumaya commented 3 years ago

Sorry for the storm of pull requests!

It seems that you'll be able to test that the NA fix works for a survey that you have access to for #66, and for #65, you can recreate by adding an image to a page on your survey. In the example that I used for debugging, there was intro text followed by an image.

I'm fairly confident that the culprit is surv_obj$pages[[1]]$questions[[2]]$$headings[[1]]$heading (may need to change some of the indexing but wanted to provide so it's easy to identify).

sfirke commented 3 years ago

Sounds good, thanks Matt!