report_entriesCount function

Returns a count of the entries stored for a specific report.

Returns a count of the entries stored for a specific report.

This can help with determining the number of elements you have to display.

report_entriesCount( wufoo_name = auth_name(NULL), domain = "wufoo.com", reportName = NULL, showRequestURL = FALSE, debugConnection = 0L )

Arguments

  • wufoo_name: - User's Name. Default: auth_name
  • 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
  • reportName: - the name of your report as displayed in the csv export URL (which is in lowercase with hyphens replacing spaces of your report name). The report should be also public.
  • showRequestURL: - use only for DEBUG purposes
  • debugConnection: - samilar as above. Either "0L" (false; default) or "1L"

Examples

## Not run: report_entriesCount(reportName = "untitled-report") ## End(Not run)

See Also

[report_entries()]

  • Maintainer: John Malc
  • License: Apache License 2.0
  • Last published: 2020-04-11