Learn R Programming

dataMaid (version 1.4.2)

description: 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

Value

A description of what x does, given as a character string.

Arguments

x

The object for which the description attribute should be extracted.

value

New value

Examples

Run this code
#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)

Run the code above in your browser using DataLab