cloudyr / limer

A LimeSurvey R Client
MIT License
67 stars 37 forks source link

Function mail_registered_participants #35

Closed stephLH closed 6 years ago

stephLH commented 6 years ago

A function to mail specific participants of a survey, according to the tid. I added a dependancy to pbapply in order to have a progress bar. Feel free to remove it.

stephLH commented 6 years ago

I think this function can be useful in the package because the sytnax is not trivial. See https://stackoverflow.com/questions/45400624/mail-a-specific-participant-with-mail-registered-participants I reopen a PR without the pbapply dependancy.