Learn R Programming

editrules (version 2.2-0)

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"))

Arguments

Value

The edits in E parsed to R expressions.