report_entries: Returns the entries that make up a specific report.

Description Usage Arguments See Also Examples

View source: R/Reports.R

Description

This is essentially an equivalent of the data that would show up in a datagrid widget on the report, or in an exported copy of the report entry data

Usage

1
2
3
4
5
6
7
8
report_entries(
  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

[form_entries()]

Examples

1
2
3
4
## Not run: 
report_entries(reportName = "untitled-report")

## End(Not run)

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