#' @include HiveS2Connection.R
#' @export
setClass(
"HiveS2Result",
contains = "JDBCResult",
slots = list(
connection = "HiveS2Connection"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.