tests/testthat/test-tomba.R

test_that("Tomba Init", {
  client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
  expect_that( client@key, equals("ta_xxxx") )
  expect_that( client@secret, equals("ts_xxxx") )

})

Try the tomba package in your browser

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

tomba documentation built on Nov. 2, 2021, 9:17 a.m.