Learn R Programming

Rdrools (version 1.0.3)

rules: A set of rules, for the class dataset

Description

a character vector of lines read using readLines() from a drools rule file (text files with drools rules)

Usage

data(rules)

Arguments

Format

The expected format is a character vector.

Details

You could create a similar rules character vector by using rules<-readLines('rules.drl')

Examples

Run this code
# NOT RUN {
data(rules)
str(rules)
# }

Run the code above in your browser using DataLab