matchAppUI: Shiny app UI for matching application

View source: R/matchApp.R

matchAppUIR Documentation

Shiny app UI for matching application

Description

Shiny app UI for matching application

Usage

matchAppUI(
  id,
  CSS = system.file("www/", "app.css", package = "DIVE"),
  refname = NULL,
  addonUI = NULL,
  addontab = ""
)

Arguments

id

Character ID for specifying namespace, see shiny::NS.

CSS

Optional, location to an alternate CSS stylesheet to set look and feel of the module.

refname

Optional, name of the reference dataset.

addonUI

Optional, ui module function to display addon components.

addontab

If addonUI is given, should also give a name for the tab hosting addon ui components.

Details

The application UI puts together multiple module components to enable exploration and matching of two different but same-type datasets. It places a customDatasetInput component for a user-uploaded input dataset in the top left and a dataSubsetInput component to allow selection of the match pool in the top right. The bottom half is a tab panel with tabs dynamically shown for a matching interface, result table and result plots.


avucoh/DIVE documentation built on Aug. 29, 2023, 6:02 p.m.