View source: R/model_relational_data.R
model_relational_data | R Documentation |
Relational data modeler GUI
model_relational_data(
modelInput = RelDataModel(list()),
fromR = interactive(),
defaultColor = "#D9D9D9",
availableColors = c("#9BC8FE", "#F67FC4", "#C6BDF1", "#DFFB86", "#F8DEC3", "#8FE6E0",
"#FEFE8F", "#FAC6DC", "#A9ECC9"),
example = system.file("examples/HPO-model.json", package = utils::packageName()),
forceIntro = FALSE
)
modelInput |
the RelDataModel to start from |
fromR |
a logical indicating if the application is launched from R |
defaultColor |
a single color indicating the default table color |
availableColors |
a character of possible colors for tables |
example |
a file path to an sql or json model |
forceIntro |
if TRUE the help tour start when the application is launched (default: FALSE) |
The RelDataModel designed with the GUI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.