Description Usage Arguments Value Examples
If the object, x
, is itself of
class checkFunction
, summaryFunction
or visualFunction
, the contents of x
's
attribute classes
is returned. Otherwise, NULL
is
returned.
1 2 3 |
x |
The object for which the |
value |
New value |
The classes for which x
is intended to be called,
given as a vector of characters.
1 2 3 4 5 6 7 8 | #Extract the classes of the checkFunction identifyMissing
classes(identifyMissing)
#Extract the classes of the summaryFunction minMax
classes(minMax)
#Extract the classes of the visualFunction basicVisual
classes(basicVisual)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.