Learn R Programming

berryFunctions (version 1.15.0)

createPres: Create .Rnw presentation template

Description

Create folder with .Rnw presentation template and fig_extern folder.

Usage

createPres(presname = "presentation", dir = "presentation", path = ".")

Arguments

presname
Name of .Rnw file to be created. DEFAULT: "presentation"
dir
Name of directory that will contain .Rnw file and fig_extern folder. "_1" will be appended if already existing, see newFilename. DEFAULT: "presentation"
path
Location of dir. Passed to setwd. DEFAULT: "."

See Also

createFun

Examples

Run this code
createPres("Berry_Conference")

Run the code above in your browser using DataLab