Learn R Programming

berryFunctions (version 1.16.0)

createPres: Create .Rnw presentation template

Description

Create folder with .Rnw presentation template and fig_extern folder.

Usage

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

Arguments

presname

Name of .Rnw file to be created. DEFAULT: "pres"

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
# NOT RUN {
createPres("Berry_Conference")

# }

Run the code above in your browser using DataLab