report_widgets: Returns details of the widgets that make up a specific...

Description Usage Arguments Value Examples

View source: R/Widget.R

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

1
2
3
4
5
6
7
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"

Value

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

Examples

1
2
3
4
## Not run: 
report_widgets(formIdentifier = "z5kqx7h1gtvg4g")

## End(Not run)

WufooR documentation built on April 14, 2020, 5:17 p.m.