Learn R Programming

mindr (version 1.2.1)

mdtxt2mmtxt: Convert markdown text to mindmap text.

Description

Convert markdown text to mindmap text.

Usage

mdtxt2mmtxt(title = "my title", mdtxt = "", keep_eq = FALSE)

Arguments

title

character. The title of the output file.

mdtxt

character. The markdown text to convert.

keep_eq

logical. whether to keep LaTeX equations.

Value

a mindmap text.

Examples

Run this code
# NOT RUN {
mdtxt2mmtxt(mdtxt = c("# Chapter 1", "## Section 1.1", "## Section 1.2"))
# }

Run the code above in your browser using DataLab