cloudyr / limer

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

Add mail_registered_participant function #36

Closed stephLH closed 6 years ago

stephLH commented 6 years ago

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

codecov-io commented 6 years ago

Codecov Report

Merging #36 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #36   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           7     8    +1     
  Lines          37    38    +1     
====================================
- Misses         37    38    +1
Impacted Files Coverage Δ
R/mail_registered_participants.R 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d89fb67...c9a0ca6. Read the comment docs.

stephLH commented 6 years ago

Sorry, I forgot to rename the function (participants to participant)