Learn R Programming

WufooR (version 0.5.7)

form_entriesCount: Return number of responses to your form

Description

Return number of responses to your form

Usage

form_entriesCount(wufoo_name = auth_name(NULL), formIdentifier = NULL,
  showRequestURL = FALSE)

Arguments

wufoo_name
- User's Name. Default: auth_name
formIdentifier
- this will give you information about just one form. The call without the "formIdentifier" will return all forms.
showRequestURL
- use only for DEBUG purposes

Value

  • EntryCount - number of entries

See Also

http://help.wufoo.com/articles/en_US/SurveyMonkeyArticleType/The-Entries-GET-API#entrycount

Examples

Run this code
form_entriesCount(formIdentifier = "z5kqx7h1gtvg4g", showRequestURL = TRUE)

Run the code above in your browser using DataLab