You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance: before call_limer(method='list_surveys') returned (on my system) a vector, now a dataframe. Am I correct, or is something changed in rpc2 itself (although I do’t believe I upgraded the system. But I did reinstall limer). On itself it is much easier that it returns a dataframe, but I had to change my functions in order to get them working again. And also the manual information on the limesurvey page has to be updated. May I suggest you to change the version number (from 0.1 to 0.1.1, or something lime that, if something changes in the package?
In addition I noticed you added a function get_participants. I would like to let you know that this function gives an error on my system (R version 3.1.2):
get_participants(975155)
Error: No method asJSON S3 class: name
The text was updated successfully, but these errors were encountered:
Any news on this? I want to get started with Limer, but up till now all I could get is a dataframe with all surveys. None of the methods that are mentioned on your readme.md gives me access to survey results. All give "No data available in table".
I would like to dig deeper into this. Any help is appreciated.
Received from e-mail:
For instance: before
call_limer(method='list_surveys')
returned (on my system) a vector, now a dataframe. Am I correct, or is something changed in rpc2 itself (although I do’t believe I upgraded the system. But I did reinstall limer). On itself it is much easier that it returns a dataframe, but I had to change my functions in order to get them working again. And also the manual information on the limesurvey page has to be updated. May I suggest you to change the version number (from 0.1 to 0.1.1, or something lime that, if something changes in the package?In addition I noticed you added a function get_participants. I would like to let you know that this function gives an error on my system (R version 3.1.2):
The text was updated successfully, but these errors were encountered: