auth_name {WufooR} | R Documentation |
Authentication
Description
A method for setting your Wufoo Name and API Key. Your Wufoo name is the subdomain
of your Wufoo URL displayed in "Account" tab. For example, for http://johnmalc.wufoo.com
,
the Wufoo_Name = "johnmalc"
. This can be the company's name too, e.g. http://google.wufoo.com
Your API key may be found by selecting "Share" of your form, then
"API Information" (or go to https://yourName.wufoo.com/api/code/1/
.
Usage
auth_name(x)
auth_key(x)
Arguments
x |
- an empty parameter, e.g. NULL |
Note
Wufoo currently restricts free API usage to 100 requests per day.
Author(s)
The code for these methods has been developed by Scott Chamberlain https://github.com/sckott for his https://github.com/ropensci/rnoaa package.
Examples
options(Wufoo_Name = "johnmalc", Wufoo_API = "F1QH-Q64B-BSBI-JASJ")
[Package WufooR version 1.0.1 Index]