Learn R Programming

datamart (version 0.5.2)

dependencies: Dependencies of a Xdata object

Description

The dependencies method returns a list of character or list elements that define the resources the object depends on.

Usage

dependencies(self)
"dependencies"(self)
"dependencies"(self)

Arguments

self
an Xdata object

Details

By default, NULL is returned.

Inherited classes should override this method if necessary.