dataHelperUI: Shiny app UI for simple traversal of relational tables in a...

View source: R/dataHelper.R

dataHelperUIR Documentation

Shiny app UI for simple traversal of relational tables in a database

Description

UI to traverse data between "right-hand" and "left-hand" tables

Usage

dataHelperUI(
  id,
  CSS = system.file("www/", "app.css", package = "DIVE"),
  theme = "paper",
  oneway = FALSE,
  lefticon = NULL,
  righticon = NULL
)

Arguments

id

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

CSS

Optional, location to an alternate CSS stylesheet to change the look and feel of the app.

theme

Optional, name of theme for shinythemes.

oneway

Whether data traversal should be one-way (left-to-right) only, or both ways. Defaults to FALSE.

lefticon

Optional, an icon to represent the left-hand data.

righticon

Optional, an icon to represent the right-hand data.

See Also

Other dataHelper: dataHelperServer()


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