parseCat: Parse a categorical edit expression

View source: R/parseCat.R

parseCatR Documentation

Parse a categorical edit expression

Description

Parse a categorical edit expression

Usage

parseCat(
  x,
  val = NA,
  edit = logical(0),
  sep = ":",
  useLogical = FALSE,
  env = parent.frame()
)

Arguments

x

a valid R expression

val

logical (scalar)

edit

logical (vector)

sep

edit separator

useLogical

(logical), should logicals be treated as a factor or as a logical?


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