Pick initial value for dialog widget

DESCRIPTION:

Returns the value to be used as the initial value by the dialog.create function in creating a new dialog widget. This is not meant to be a user-callable routine.

Note: This function is deprecated. For more information, see .

USAGE:

dialog.initial.values(value) 

REQUIRED ARGUMENTS:

value
initial value as specified by one of the components of the values argument to the dialog.create function.

VALUE:

The return value may be dependent on the type of the value. Currently, the return value is just the first element of the passed in value.

SEE ALSO:

EXAMPLES:

initial.values <- lapply(.values, dialog.initial.values)