# # load suggested package RMySQL
# suppressPackageStartupMessages(library(RMySQL))
#
# test_that("multi_cytobandRet retrieves data in the expected format", {
# out <- suppressWarnings(multi_cytobandRet("hg19"))
# expect <- c("chrom", "chromStart", "chromEnd", "name", "gieStain")
# expect_equal(colnames(out), expect)
# })
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.