parse_implications {fcaR}R 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:

Value

An ImplicationSet

Examples

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


[Package fcaR version 1.2.2 Index]