Learn R Programming

WufooR (version 0.5.9)

auth_name: Authentication

Description

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 also actually the company's name, e.g. http://google.wufoo.com

Your API may be found by selecting "Share" for 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
options(Wufoo_Name = "johnmalc", Wufoo_API = "F1QH-Q64B-BSBI-JASJ")

Run the code above in your browser using DataLab