character string or vector specifying the object class.
debug
logical indicating printing debug information.
Value
character vector with the object names.
Details
Internal helper function to retrieve a list of objects from a workspace.
Take an environment as argument and optionally an object class.
Returns a list of objects of the specified class in the environment.
# NOT RUN {# List data frames in the workspace.listObjects(obj.class="data.frame")
# List functions in the workspace.listObjects(obj.class="function")
# }