Learn R Programming

mindr (version 1.3.2)

mdtxt2mmtxt: Convert Markdown text to FreeMind mind map text.

Description

Convert Markdown text to FreeMind mind map text.

Usage

mdtxt2mmtxt(from = "", root = "root", md_eq = FALSE)

Arguments

from

Character. The source text of the (R) Markdown syntax text, the R code, the FreeMind mind map code, or the path to the directory.

root

Character. The string displayed as the root (center) of the mind map.

md_eq

Logical. Whether to include LaTeX equations in the Markdown input when converted to other formats.

Value

a mindmap text.