Learn R Programming

fcaR (version 1.5.0)

rules_from_json: Import RuleSet from JSON

Description

Reconstructs a RuleSet object from a JSON string.

Usage

rules_from_json(json_str)

Value

A RuleSet object.

Arguments

json_str

A JSON string generated by to_json().