dot-uiArg function

Handle arguments for ui functions

Handle arguments for ui functions

Note this is an internal function but it is exported in case it is useful.

.uiArg(char, f, dp)

Arguments

  • char: This is the character equivalent of the argument
  • f: This is the forced equivalent of the argument
  • dp: This is deparsed expression

Returns

character representing the underlying rxode2 code for the argument

Examples

.uiArg("1.0", 1.0, "1.0")

Author(s)

Matthew L. Fidler