### Specify an example text
exampleFile <-
system.file("extdata",
"simple-example.jmd",
package="justifier");
### Show contents
cat(readLines(exampleFile), sep="\n");
### Load it with yum::load_and_simplify()
loadedMinutes <- yum::load_and_simplify(exampleFile);
### Show contents
names(loadedMinutes);
### Parse 'manually'
parsedJustifications <- justifier::parse_justifications(loadedMinutes);
### Show contents
names(parsedJustifications);
Run the code above in your browser using DataLab