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