Learn R Programming

WufooR (version 1.0.1)

auth_name: 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

Examples

Run this code
# NOT RUN {
options(Wufoo_Name = "johnmalc", Wufoo_API = "F1QH-Q64B-BSBI-JASJ")
# }

Run the code above in your browser using DataLab