tests/testthat/test-assign.R

context("assign")

test_that("assigned", {
  skip_on_cran()
  e <- new.env()
  assign_icd_data(e)
  expect_true("icd10_sub_chapters" %in% ls(envir = e))
})

Try the icd.data package in your browser

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

icd.data documentation built on May 2, 2019, 8:52 a.m.