parseEdits: Parse a character vector of edits
Description
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"))Value
The edits in E parsed to R expressions.