Convert R code into FreeMind mind map code
r2mm(
from = NA,
root = NA,
md_list = FALSE,
md_braces = FALSE,
md_bookdown = FALSE,
md_eq = FALSE,
md_maxlevel = ""
)Character, FreeMind mind map code.
Character. The source text of the (R) Markdown syntax text, the R code, the FreeMind mind map code, or the path to the directory.
Character. The string displayed as the root (center) of the mind map.
Logical. whether to process lists like headings in the Markdown input.
Logical. Whether to remove #ID in the headings of the markdown file (usually in a bookdown> project.
Logical. Whether the R Markdown syntax text is in bookdown style, i.e. # (PART), # (APPENDIX), and # References as an upper level of the Level 1 heading.
Logical. Whether to include LaTeX equations in the Markdown input when converted to other formats.
Integer or ''. The maximum level of the markdown headings that are displayed in the mind map.