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