matchAppUI | R Documentation |
Shiny app UI for matching application
matchAppUI(
id,
CSS = system.file("www/", "app.css", package = "DIVE"),
refname = NULL,
addonUI = NULL,
addontab = ""
)
id |
Character ID for specifying namespace, see |
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.