dataHelperUI | R Documentation |
UI to traverse data between "right-hand" and "left-hand" tables
dataHelperUI(
id,
CSS = system.file("www/", "app.css", package = "DIVE"),
theme = "paper",
oneway = FALSE,
lefticon = NULL,
righticon = NULL
)
id |
Character ID for specifying namespace, see |
CSS |
Optional, location to an alternate CSS stylesheet to change the look and feel of the app. |
theme |
Optional, name of theme for |
oneway |
Whether data traversal should be one-way (left-to-right) only, or both ways.
Defaults to |
lefticon |
Optional, an icon to represent the left-hand data. |
righticon |
Optional, an icon to represent the right-hand data. |
Other dataHelper:
dataHelperServer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.