read.rules: Reads a file containing rules in data dictionary format.
Description
The rules must be one per line and should evaluate to a
vector of TRUE or FALSE.Usage
read.rules(file = "")
Arguments
file
R file with conditions
Value
- The results as a datadict object or NA for 'empty' rules
file
Details
A rule must only refer to one 'column' name. Rule
statements may not have assignment operators (= or <-).
Rules may be separated by empty or commented lines. A
comment after a rule is used to document the specific
rule in the summary table.