user_info {WufooR} | R Documentation |
Return information about the user
Description
Shows information about the user.
Usage
user_info(
wufoo_name = auth_name(NULL),
domain = "wufoo.com",
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 |
showRequestURL |
- use only for DEBUG purposes |
debugConnection |
- samilar as above. Either "0L" (false; default) or "1L" |
Value
https://wufoo.github.io/docs/#users
References
wufoo_api - User's API Key. Default: auth_key
.
Examples
## Not run:
user_info(debugConnection = 1L, domain = "wufoo.eu")
## End(Not run)
[Package WufooR version 1.0.1 Index]