svalue {gWidgetsWWW2}R Documentation

Return main value associated with a widget

Description

Return main value associated with a widget

svalue method

Usage

svalue(x, index = NULL, drop = NULL, ...)

## S3 method for class 'GComponent'
svalue(x, index = NULL, drop = NULL, ...)

Arguments

x

the widget

index

if specified as TRUE calls get_index, else

drop

passed along, in many cases used like drop call for [. get_value reference methods.

...

passed to get_value or get_index method. May include arguments index or drop


[Package gWidgetsWWW2 version 0.4-8 Index]