context('test-package')
test_that("api-works", {
expect_true(is.character(get_keywords('P02678')))
expect_true(is.character(get_gene('P02678')))
expect_true(is.character(get_sequence('P02678')))
expect_true(tibble::is_tibble(go_query('P02678')))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.