names: Retrieve the Names for a ScriptEngine or CompiledScript class
Description
These methods retrieve the names associated with objects of class ScriptEngine or CompiledScript.
Usage
# S3 method for ScriptEngine
names(x, ...)
# S3 method for CompiledScript
names(x, ...)
Arguments
x
An object of class ScriptEngine or CompiledScript.