report_fields {WufooR}R Documentation

Returns the field structure for the report's corresponding form.

Description

Returns the field structure for the report's corresponding form.

Usage

report_fields(
  wufoo_name = auth_name(NULL),
  domain = "wufoo.com",
  systemFields = "true",
  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

systemFields

- return system fields. Default: true

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"

See Also

[fields_info()]

Examples

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

## End(Not run)


[Package WufooR version 1.0.1 Index]