cloudyr / limer

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

Legacy issues to fix #8

Open andrewheiss opened 8 years ago

andrewheiss commented 8 years ago

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):

get_participants(975155)
Error: No method asJSON S3 class: name
tammoterhark commented 7 years ago

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.