Learn R Programming

⚠️There's a newer version (1.1.1) of this package.Take me there.

Rdrools (version 1.0.3)

A Rules Engine Based on 'Drools'

Description

An interface for using the popular Java based Drools, which is a Business Rule Management System (See for more information). This package allows you to run a set of rules written in DRL format on the data using the Drools engine. Credits to Mu Sigma for their continued support throughout the development of the package.

Copy Link

Version

Install

install.packages('Rdrools')

Monthly Downloads

37

Version

1.0.3

License

Apache License 2.0

Maintainer

Ashwin Raaghav

Last Published

February 28th, 2018

Functions in Rdrools (1.0.3)

rulesSession

Creates a session of the rules engine
runRules

Apply a set of rule transformations to a data frame
class

rules

Rdrools-internal

Internal Rdrools Objects
Rdrools-package

A Rules Engine for R based on the popular Java based Drools