Convert .R scripts into a .mm file

r2mm(filepattern = "*.R$", path = ".", title = NA, savefile = TRUE, savefilename = NA)

Arguments

filepattern

the pattern of the script file names

path

the path of the folder which contains the .R scripts

title

title of the mindmap

savefile

logical. Whether to save the output as a file.

savefilename

the destinated file name

Value

an mindmap file

Examples

path <- system.file("examples/r", package = "mindr") r2mm(path = path)
#> NA.mm was generated!
#> [1] TRUE