Learn R Programming

mindr (version 1.1.5)

mdtxt2mmtxt: Convert markdown text to mindmap text.

Description

Convert markdown text to mindmap text.

Usage

mdtxt2mmtxt(title = "my title", mmtxt = "")

Arguments

title

character. The title of the output file.

mmtxt

character. The markdown text to convert.

Value

a mindmap text.

Examples

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

Run the code above in your browser using DataLab