Set the cached description for the data object

Arguments

handler
A data object handler
value
The value to save

Value

the modified data object handler

Description

Sets the cached description for the data object with the given value. Usually called with describe.

Examples

# The following command refreshes the cached description a # DXGTable object called dxgtable ## Not run: desc(dxgtable) <- describe(dxgtable)