powered by
Shows information about the user.
user_info( wufoo_name = auth_name(NULL), domain = "wufoo.com", showRequestURL = FALSE, debugConnection = 0L )
- User's Name. Default: auth_name
auth_name
- for whatever reason domain's ccTLD may change. With this parameter you can change default wufoo.com to another one such as wufoo.eu
wufoo.com
wufoo.eu
- use only for DEBUG purposes
- samilar as above. Either "0L" (false; default) or "1L"
https://wufoo.github.io/docs/#users
wufoo_api - User's API Key. Default: auth_key.
auth_key
# NOT RUN { user_info(debugConnection = 1L, domain = "wufoo.eu") # } # NOT RUN { # }
Run the code above in your browser using DataLab