as.character.editarray: Coerce an editarray to character
Description
Coerces an editarray to a data.frame
. The
resulting character vector can be reparsed to an
editarray with editarray
. The datamodel
(the set of categories for every variable) is represented
in the 'ind' attribute of an editarray. The character
representation will contain a number of entries, named
d
$i$, of the form " %in%
c('',...,'')"
.Usage
## S3 method for class 'editarray':
as.character(x, useIf = TRUE,
datamodel = TRUE, ...)
Arguments
useIf
logical
. Use if( )
or ! | ?
datamodel
logical
. Include datamodel
explicitly?
...
further arguments passed to or from other
methods