R/geckoCreateAccount.R

Defines functions geckoCreateAccount

Documented in geckoCreateAccount

geckoCreateAccount <- function(
  name,         # Arbitrary name.
  key           # API key of the Geckoboard account.
  ) {
  obj = list(name=name, apiKey=key)
  class(obj) <- "geckoboardAccount"
  obj
}

Try the RGeckoboard package in your browser

Any scripts or data that you put into this service are public.

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