geckoCreateAccount: Create Geckoboard Account

View source: R/geckoCreateAccount.R

geckoCreateAccountR Documentation

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.

Author(s)

Meinhard Ploner

See Also

geckoDatasetCreate

Examples

## 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)

## End(Not run)

ploner/RGeckoboard documentation built on Oct. 22, 2023, 9:27 p.m.