splus2R (version 1.2-2)

oldUnclass: Class conversion

Description

the old-style version of function unclass; it sets oldClass to NULL, rather than class.

Usage

oldUnclass(x)

Arguments

x

any object.

Value

unclassed version of input object.

See Also

oldClass,unclass.

Examples

Run this code
# NOT RUN {
oldUnclass(matrix(1:10))
# }

Run the code above in your browser using DataCamp Workspace