Learn R Programming

RGeckoboard (version 0.1-5)

geckoCreateAccount: Create Geckoboard Account

Description

Create object holding meta data of a Geckoboard project.

Usage

geckoCreateAccount(name, key)

Arguments

name

Can be arbitrary.

key

API key of Geckoboard project.

Value

An object holding all the values specified as parameters.

See Also

geckoDatasetCreate

Examples

Run this code
# NOT RUN {
## Fill in here the API key found on 
## https://www.geckoboard.com -> 'top-right' -> Account -> API Key. 
account = geckoboardCreateAccount("ProjectName", key="553c55...")
class(account)
# }

Run the code above in your browser using DataLab