tests/testthat/test-vocabulary_search.R

context("vocabulary_search")

test_that("vocabulary_search", {
	skip_on_cran()

  tt <- vocabulary_search("cell")

  expect_is(tt, "data.frame")
})

Try the rif package in your browser

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

rif documentation built on May 2, 2019, 5:54 a.m.