powered by
Convert .R scripts into a .mm file
r2mm( filepattern = "*.R$", path = ".", title = NA, savefile = TRUE, savefilename = NA )
the pattern of the script file names
the path of the folder which contains the .R scripts
title of the mindmap
logical. Whether to save the output as a file.
the destinated file name
an mindmap file
# NOT RUN { path <- system.file("examples/r", package = "mindr") # r2mm(path = path) # }
Run the code above in your browser using DataLab