report_widgets {WufooR} | R Documentation |
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
wufoo_name |
- User's Name. Default: |
domain |
- for whatever reason domain's ccTLD may change. With this parameter you can change
default |
formIdentifier |
- this will give you information about just one form. A request without
the |
showRequestURL |
- use only for DEBUG purposes |
debugConnection |
- samilar as above. Either "0L" (false; default) or "1L" |
Value
https://wufoo.github.io/docs/#widgets
Examples
## Not run:
report_widgets(formIdentifier = "z5kqx7h1gtvg4g")
## End(Not run)
[Package WufooR version 1.0.1 Index]