tests/testthat/test-vest_crosswalk.R

test_that("vest_crosswalk works", {
  cw <- NULL
  try({cw <- vest_crosswalk('WY')})
  skip_if(is.null(cw), message = 'Crosswalk did not download for testing.')
  expect_s3_class(cw, 'data.frame')
})

Try the cvap package in your browser

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

cvap documentation built on July 9, 2023, 7:27 p.m.