cloudyr / limer

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

call_limer - prefix POST with httr package #19

Closed stephLH closed 7 years ago

stephLH commented 7 years ago

Would it be possible to prefix the POST in the call_limer function with the httr package ? POST -> httr::POST

Otherwise, it is necessary to load the httr library.

stephLH commented 7 years ago

Closed -> pull request https://github.com/cloudyr/limer/pull/20