library(entrezquery)
context("getids")
test_that("character vector is returned", {
expect_equal(class(get_ids('expression profiling by high throughput sequencing[DataSet Type]', db = 'gds', retmax = 4)), "character")
expect_equal(length(get_ids('expression profiling by high throughput sequencing[DataSet Type]', db = 'gds', retmax = 4)), 4)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.