cloudyr / MTurkR

R Client for the MTurk Requester API
https://cloud.r-project.org/package=MTurkR
91 stars 18 forks source link

Update request.R #107

Closed seanchrismurphy closed 8 years ago

seanchrismurphy commented 8 years ago

Sorry, the last change didn't fix the problem because both of the second and third logical tests provide 2 responses. I've now changed the other one, though you should check this still does what you originally intended.

leeper commented 8 years ago

This should work. We just needed to reorder the args and use the || operator rather than |.