report_widgets: Returns details of the widgets that make up a specific report.
Description
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.
Usage
report_widgets(
wufoo_name = auth_name(NULL),
domain = "wufoo.com",
formIdentifier = NULL,
showRequestURL = FALSE,
debugConnection = 0L
)
Arguments
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"
Examples
Run this code# NOT RUN {
report_widgets(formIdentifier = "z5kqx7h1gtvg4g")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab