pickObjs {tkWidgets} | R Documentation |
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.
pickObjs(objNames, fun = noAuto)
noAuto(x)
objNames |
|
fun |
|
x |
|
Packages and environments are always displayed.
Character vector of object names that satisfy the requirements.
Jianhua (John) Zhang
# Returns names of package and environment objects in the search path.
pickObjs(search())