user_info: Return information about the user

Description Usage Arguments Value References Examples

View source: R/Users.R

Description

Shows information about the user.

Usage

1
2
3
4
5
6
user_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

https://wufoo.github.io/docs/#users

References

wufoo_api - User's API Key. Default: auth_key.

Examples

1
2
3
4
## Not run: 
user_info(debugConnection = 1L, domain = "wufoo.eu")

## End(Not run)

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