tests/testthat/test-excel.R

test_that("excel works", {
  expect_equal(
    {
      o <- get_series(template_test())
      # o <- excel(o, "aa")
      is_Rapi_GETPREP(o)
    },
    T
  )
})

Try the Rapi package in your browser

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

Rapi documentation built on May 29, 2024, 2:34 a.m.