tests/testthat/manual_tests/test_named_region_names.R

context("as_lines")


test_that("Tatoo_report print method", {
  #* @testing print.Tatoo_report

  source(file.path(rprojroot::find_testthat_root_file(), 'testdata', 'testdata.R'))


  show_regions <- function(x){
   unique(regions(as_workbook(x))$region)
 }

  show_regions(t_report_stack)

})

Try the tatoo package in your browser

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

tatoo documentation built on March 31, 2023, 8:16 p.m.