Learn R Programming

RDML (version 0.8-3)

names.RDML: The Names of the RDML object

Description

Just wraps ls() function to show RDML public fields and methods. Useful for auto complete in R editors.

Usage

## S3 method for class 'RDML':
names(x, ...)

Arguments

x
an object of class RDML.
...
other arguments passed to ls function.