Learn R Programming

mindr (version 1.1.5)

mm2md: Convert a mind map (.mm) into markdown headers.

Description

Convert a mind map (.mm) into markdown headers.

Usage

mm2md(folder = "mm", savefile = TRUE, savefilename = "mindr", backup = TRUE)

Arguments

folder

character. The folder which contains the input file(s).

savefile

logical. Whether to save the output as a markdown file.

savefilename

character. Valid when savefile == TRUE.

backup

logical. Whether the existing target file, if any, should be saved as backups.

Value

a vector of strings showing outline of a markdown document or book.

Examples

Run this code
# NOT RUN {
folder <- system.file("examples/mm", package = "mindr")
mm2md(folder = folder)
# }

Run the code above in your browser using DataLab