type='num'), only the categorical
(type='cat') or all edits (default) in which case
an editset is returned. The function first
parses all assignments in the file, so it is possible to
compute or read a list of categories defining a datamodel
for example.editfile(file, type = c("all", "num", "cat", "mix"), ...)editset with all edits if type=all,
editarray if type='cat',
editmatrix if type='num',
editset with conditional edits if
type='mix'. If the return value is a list,
the elements are named numedits and
catedits.