form_commentsCount {WufooR} | R Documentation |
Returns a count of all comments made on this form's entries
Description
Returns a count of all comments made on this form's entries
Usage
form_commentsCount(
wufoo_name = auth_name(NULL),
formIdentifier = NULL,
showRequestURL = FALSE,
debugConnection = 0L,
domain = "wufoo.com"
)
Arguments
wufoo_name |
- User's Name. Default: |
formIdentifier |
- this will give you information about just one form. A request without
the |
showRequestURL |
- use only for DEBUG purposes |
debugConnection |
- samilar as above. Either "0L" (false; default) or "1L" |
domain |
- for whatever reason domain's ccTLD may change. With this parameter you can change
default |
Value
https://wufoo.github.io/docs/#comments-count
See Also
https://help.wufoo.com/articles/en_US/SurveyMonkeyArticleType/Entry-Manager
[Package WufooR version 1.0.1 Index]