create_slides_notes: Create Notes document for a given deck of slides

Description Usage Arguments Details

Description

For a given Rmd source file containing a deck of slides, a new Rmd files is created. The new file contains all the slides from the source file with an extra slides inserted between each existing slide. The newly inserted slides all have the title Notes. These new slides can be used for notes used during the presentation. The file with the notes has the same name as the slide source file with the string "_Notes" added before the extension.

Usage

1
2
create_slides_notes(psSlideSrcFile, psSlideTitlePattern = "###",
  pbEditNotesFile = TRUE)

Arguments

psSlideSrcFile

Rmd source file with slides

psSlideTitlePattern

pattern denoting a slide title

pbEditNotesFile

Flag indicating whether to open the notes file for edit

Details

Because not in all Rmd source files slide titles are indicated with the same number of hashes (#), we give the pattern that denotes a slide title as additional function parameter psSlideTitlePattern.


charlotte-ngs/rcoursetools documentation built on May 13, 2019, 3:34 p.m.