tests/testthat/test-abm-graphs.R

test_that("abm_public_kth contains sort order table for publication types", {

  # the lookup table exists and has more than 10 rows  
  is_included <- 
    abm_public_kth$pubtype_order %>% nrow() > 10
  
  expect_true(is_included)
  
})
KTH-Library/bibliomatrix documentation built on Feb. 29, 2024, 5:54 a.m.