parseEdits: Parse a character vector of edits

View source: R/parseEdits.R

parseEditsR 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

character

type

optional filter for type of edit, may be "all", "num" "cat" or "mix"

Value

The edits in E parsed to R expressions.


editrules documentation built on June 22, 2024, 12:21 p.m.