View source: R/geckoCreateAccount.R
geckoCreateAccount | R Documentation |
Create object holding meta data of a Geckoboard project.
geckoCreateAccount(name, key)
name |
Can be arbitrary. |
key |
API key of Geckoboard project. |
An object holding all the values specified as parameters.
Meinhard Ploner
geckoDatasetCreate
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.