report_info {WufooR} | R Documentation |
Returns a specific report.
Description
To identify the desired report, you can either use the report hash or the report title. The Report properties are the same as in the All Reporst request. The only difference is that this request will only return the identified report.
Usage
report_info(
wufoo_name = auth_name(NULL),
domain = "wufoo.com",
reportName = 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 |
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" |
Examples
## Not run:
report_info(reportName = "untitled-report")
## End(Not run)
[Package WufooR version 1.0.1 Index]