#' @rdname InterMineR-class
#' @import S4Vectors
#' @import methods
#' @export
setClass(
"InterMineR",
representation(
name = "character",
description = "character",
select = "character",
orderBy = "list",
where = "list"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.