reports_info: Return details about the reports you have permission to view.

Description Usage Arguments Value Examples

View source: R/Reports.R

Description

Return details about the reports you have permission to view.

Usage

1
2
3
4
5
6
reports_info(
  wufoo_name = auth_name(NULL),
  domain = "wufoo.com",
  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

showRequestURL

- use only for DEBUG purposes

debugConnection

- samilar as above. Either "0L" (false; default) or "1L"

Value

Name - This is the friendly name you chose when creating this form.

IsPublic - Indicates whether or not the report is accessible through the Url by the general public. This value is binary (1 = true, 0 = false).

Url - This is the URL for your form. Beware using the URL for API or linking purposes because it changes with the report title.

Description - Your description of the report.

DateCreated - A timestamp of when the report was created.

DateUpdated - A timestamp of when the report was lasted edited in the Wufoo Report Builder.

Hash - An unchanging hashed value unique to this report on this user's account.

https://wufoo.github.io/docs/#all-reports

Examples

1
2
3
4
## Not run: 
reports_info(showRequestURL = TRUE)

## End(Not run)

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