R/DIVE.R

#' 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
avucoh/DIVE documentation built on Aug. 29, 2023, 6:02 p.m.