Learn R Programming

jsr223 (version 0.3.4)

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.

...

Ignored.