parse_implications: Parses several implications given as a string

View source: R/parser.R

parse_implicationsR Documentation

Parses several implications given as a string

Description

Parses several implications given as a string

Usage

parse_implications(input)

Arguments

input

(character) The string with the implications or a file containing the implications

Details

The format for the input file is:

  • Every implication in its own line or separated by semicolon (;)

  • Attributes are separated by commas (,)

  • The LHS and RHS of each implication are separated by an arrow (->)

Value

An ImplicationSet

Examples

input <- system.file("implications", "ex_implications", package = "fcaR")
imps <- parse_implications(input)


neuroimaginador/fcaR documentation built on Dec. 10, 2023, 10:23 p.m.