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
}
ploner/RGeckoboard documentation built on Oct. 22, 2023, 9:27 p.m.