Learn R Programming

mindr (version 1.2.3)

r2mm: Convert .R scripts into a .mm file

Description

Convert .R scripts into a .mm file

Usage

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

Run this code
# NOT RUN {
path <- system.file("examples/r", package = "mindr")
# r2mm(path = path)
# }

Run the code above in your browser using DataLab