powered by
Convert a folder structure into a mindmap.
dir2(path = getwd(), savefilename = "mindr", output = c("mm", "txt", "md"), backup = TRUE)
character. the path of the folder.
character. Valid when savefile == TRUE.
a file with the folder structure.
logical. Whether the existing target file, if any, should be saved as backup.
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).
# NOT RUN { dir2(NA) # }
Run the code above in your browser using DataLab