library('mindr') # Example 1: From Markdown to other outputs #### ## Source document #### input <- system.file("examples/mindr-md.Rmd", package = "mindr") ## file.show(input) # Open the input file with the default program, if any input_txt <- readLines(input, encoding = "UTF-8") ## Convert to mind map text, markdown outline, R script, and HTML widget #### mm_output <- mm(input_txt, output_type = c