pickObjs: Determine What to Be Sent to a Widget

Description Usage Arguments Details Value Author(s) See Also Examples

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

1
2
pickObjs(objNames, fun = noAuto)
noAuto(x)

Arguments

objNames

objNames character vector with object names to be processed

fun

fun function checking the object names for satisfaction of certain requirement

x

x a character string for the name of an object

Details

Packages and environments are always displayed.

Value

Character vector of object names that satisfy the requirements.

Author(s)

Jianhua (John) Zhang

See Also

objectBrowser

Examples

1
2
# Returns names of package and environment objects in the search path.
pickObjs(search())

tkWidgets documentation built on Nov. 8, 2020, 5:17 p.m.