report_widgets function

Returns details of the widgets that make up a specific report.

Returns details of the widgets that make up a specific report.

The hash code for a widget can be used to embed the widget using Javascript. Only Chart, Graph, and Number widgets will be included in the request. Any Text or Datagrid widgets will not be shown.

report_widgets( wufoo_name = auth_name(NULL), domain = "wufoo.com", formIdentifier = 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
  • 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"

Returns

https://wufoo.github.io/docs/#widgets

Examples

## Not run: report_widgets(formIdentifier = "z5kqx7h1gtvg4g") ## End(Not run)
  • Maintainer: John Malc
  • License: Apache License 2.0
  • Last published: 2020-04-11