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
)
The RelDataModel designed with the GUI.
the RelDataModel to start from
a logical indicating if the application is launched from R
a single color indicating the default table color
a character of possible colors for tables
a file path to an sql or json model
if TRUE the help tour start when the application is launched (default: FALSE)