Learn R Programming

editrules (version 2.2-0)

as.data.frame.editmatrix: Coerce an editmatrix to a data.frame

Description

Coerces an editmatrix to a data.frame. Useful for storing manipulated edits. NOTE: since version 2.0-0, the behaviour of this function changed to be more symmetrical with editmatrix.data.frame and as.data.frame.editarray. Use toDataFrame for the old behaviour.

Usage

## S3 method for class 'editmatrix':
as.data.frame(x, ...)

Arguments

Value

data.frame which can be converted to an editmatrix with editmatrix