powered by
Convert a mind map (.mm) into markdown headers.
mm2md( pattern = "*.mm$", path = ".", savefile = TRUE, savefilename = "mindr.md", backup = TRUE )
an optional regular expression for filtering the input files. See help(dir).
help(dir)
character. The path of the folder which contains the input file(s).
logical. Whether to save the output as a markdown file.
character. Valid when savefile == TRUE.
logical. Whether the existing target file, if any, should be saved as backups.
a vector of strings showing outline of a markdown document or book.
# NOT RUN { path <- system.file("examples/mm", package = "mindr") # mm2md(path = path) # }
Run the code above in your browser using DataLab