| description {dataReporter} | R Documentation |
Extract the contents of the attribute description
Description
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.
Usage
description(x)
description(x) <- value
Arguments
x |
The object for which the |
value |
New value |
Value
A description of what x does, given as
a character string.
Examples
#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)
[Package dataReporter version 1.0.2 Index]