This function wraps the native parse function in a
tryCatch. The function is editrules
internal. It tries to give a meaningfull error message
when parsing fails for some reason.
Usage
parseEdits(E, type = c("all", "num", "cat", "mix"))
Arguments
E
character
type
optional filter for type of edit, may be
"all", "num""cat" or "mix"