#' @include DoordaHostDriver.R
NULL
#' Connect to a Doorda database
#' @return [DoordaHost] A \code{\linkS4class{DoordaHostDriver}} object
#' @rdname DoordaHost
#' @export
DoordaHost <- function(...) {
return(new('DoordaHostDriver'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.