#' DIVE: Data Integration and Visual Exploration
#'
#' The DIVE package is an approach to integration and interactive visual exploration of linked datasets
#' and implements Shiny modules that can be run as stand-alone apps or part of a larger application.
#' @seealso [Package GitHub](https://github.com/avucoh/DIVE)
#'
#' ## Modules
#'
#' ### Match module
#' \code{\link{matchApp}}
#'
#' ### Matrix Module
#' \code{\link{matrixApp}}
#'
#'
#' ### MultiV Module
#' \code{\link{multiVUIR}}
#'
#'
#'
#' ### Data Helper Module
#' \code{\link{dataHelperServer}}
#'
#'
#' ## Package options
#' (TO-DO)
#'
#' @docType package
#' @name DIVE
#' @aliases {pkgname}-package
#' @md
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.