type='num'
), only the categorical
(type='cat'
) or all editas (default) in which case
a list is returned. The function first parses all
assignments in the file. Every other statement is
considered to be an edit.editfile(file, type = c("all", "num", "cat", "mix"),
expandEdits = FALSE, ...)
expandEdits
? (currently ignored)expandEdits
editarray
if type='cat'
,
editmatrix
if type='num'
,
list
if type=all
. If the return value is a
list
, the elements are named numedits
and
catedits
.