Learn R Programming

mindr (version 1.1.5)

dir2: Convert a folder structure into a mindmap.

Description

Convert a folder structure into a mindmap.

Usage

dir2(path = getwd(), savefilename = "mindr", output = c("mm", "txt", "md"), 
    backup = TRUE)

Arguments

path

character. the path of the folder.

savefilename

character. Valid when savefile == TRUE.

output

a file with the folder structure.

backup

logical. Whether the existing target file, if any, should be saved as backup.

Value

a mindmap file, which can be viewed by common mindmap software, such as 'FreeMind' (http://freemind.sourceforge.net/wiki/index.php/Main_Page) and 'XMind' (http://www.xmind.net).

Examples

Run this code
# NOT RUN {
dir2(NA)
# }

Run the code above in your browser using DataLab