Construct a Data Frame Object

DESCRIPTION:

Strip classes preceding data.frame from a data frame.

USAGE:

as.data.frame.data.frame(x) 

REQUIRED ARGUMENTS:

x
a data frame.

VALUE:

a data frame like x, except that any classes preceding "data.frame" will be dropped, so that "data.frame" becomes the first class.

SEE ALSO:

.