geckoCreateAccount: Create Geckoboard Account

Description Usage Arguments Value Author(s) See Also Examples

View source: R/geckoCreateAccount.R

Description

Create object holding meta data of a Geckoboard project.

Usage

1

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

1
2
3
4
5
6
7
## 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)

RGeckoboard documentation built on May 2, 2019, 6:30 a.m.