parseEdits {editrules} | R Documentation |
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"))
Arguments
E |
|
type |
optional filter for type of edit, may be |
Value
The edits in E
parsed to R expressions.
[Package editrules version 2.9.5 Index]