mm2r: Convert FreeMind mind map code into .R code

View source: R/wrapper.R

mm2rR Documentation

Convert FreeMind mind map code into .R code

Description

Convert FreeMind mind map code into .R code

Usage

mm2r(from = NA, r_seclabel = " --------", r_chunkheading = 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.

r_seclabel

Character. The ending characters indicating sections in R Markdown.

r_chunkheading

Logical. Whether process the chunk label as headings.

Value

Character, R code.


mindr documentation built on Dec. 20, 2025, 1:06 a.m.

Related to mm2r in mindr...