form_commentsCount: Returns a count of all comments made on this form's entries

Description Usage Arguments Value See Also

View source: R/Form.R

Description

Returns a count of all comments made on this form's entries

Usage

1
2
3
4
5
6
7
form_commentsCount(
  wufoo_name = auth_name(NULL),
  formIdentifier = NULL,
  showRequestURL = FALSE,
  debugConnection = 0L,
  domain = "wufoo.com"
)

Arguments

wufoo_name

- User's Name. Default: auth_name

formIdentifier

- this will give you information about just one form. A request without the formIdentifier will return all forms.

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 wufoo.com to another one such as wufoo.eu

Value

https://wufoo.github.io/docs/#comments-count

See Also

https://help.wufoo.com/articles/en_US/SurveyMonkeyArticleType/Entry-Manager


dmpe/wufoor documentation built on April 17, 2020, 2:12 a.m.