Arguments required for some functions to work #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First, thank the two authors of this package and Andrew Heiss for Limer. I love LimeSurvey and R. Your work has made my life much easier.
Second, not sure about whether this qualifies as an issue, what I have noticed is that some functions require all arguments to be specified and otherwise an error would occur. For example, I had assumed that limer_get_participants(iSurveyID = xxxxxx) would work with the arguments using the default values. However, this code would result in "Error: No method asJSON S3 class: name". I think it make sense to specify at least iLimit, but would suggest set default value for each argument.