Skip to contents

Update the display of a table of a RelDataModel

Usage

update_table_display(
  x,
  tableName,
  px = NULL,
  py = NULL,
  color = NULL,
  comment = NULL
)

Arguments

x

a RelDataModel

tableName

the name of the table to modify (a single character)

px

the position of the table: x value

py

the position of the table: y value

color

the color of the table

comment

a table description/comment

Value

A RelDataModel