parse_implications | R Documentation |
Parses several implications given as a string
parse_implications(input)
input |
(character) The string with the implications or a file containing the implications |
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 (->)
An ImplicationSet
input <- system.file("implications", "ex_implications", package = "fcaR")
imps <- parse_implications(input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.