pickObjs {tkWidgets} | R Documentation |
Determine What to Be Sent to a Widget
Description
This function takes a vector of object names and determines what will
be sent to (e.g. the objectBrowser
) widget for display
based on the default and user input requirements.
Usage
pickObjs(objNames, fun = noAuto)
noAuto(x)
Arguments
objNames |
|
fun |
|
x |
|
Details
Packages and environments are always displayed.
Value
Character vector of object names that satisfy the requirements.
Author(s)
Jianhua (John) Zhang
See Also
Examples
# Returns names of package and environment objects in the search path.
pickObjs(search())
[Package tkWidgets version 1.74.0 Index]