auth_name: Authentication

Description Usage Arguments Note Author(s) Examples

View source: R/API.R

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

1
2
3

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

1
options(Wufoo_Name = "johnmalc", Wufoo_API = "F1QH-Q64B-BSBI-JASJ")

dmpe/WufooR documentation built on April 17, 2020, 2:12 a.m.