powered by
Convert a mind map (.mm) into markdown headers.
mm2md(folder = "mm", savefile = TRUE, savefilename = "mindr", backup = TRUE)
character. 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 { folder <- system.file("examples/mm", package = "mindr") mm2md(folder = folder) # }
Run the code above in your browser using DataLab