| dir2mm | R Documentation |
Display hierarchical structure of a directory in FreeMind mind map
dir2mm(
from = ".",
root = NA,
dir_files = TRUE,
dir_all = TRUE,
dir_excluded = NA,
md_maxlevel = ""
)
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. |
dir_files |
Logical. Whether to include files. If |
dir_all |
Logical. Whether to include all files in a directory. If |
dir_excluded |
Character. The directories which are not included in the output. |
md_maxlevel |
Integer or ”. The maximum level of the markdown headings that are displayed in the mind map. |
FreeMind mind map code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.