Description Usage Arguments Details
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.
1 2 | create_slides_notes(psSlideSrcFile, psSlideTitlePattern = "###",
pbEditNotesFile = TRUE)
|
psSlideSrcFile |
Rmd source file with slides |
psSlideTitlePattern |
pattern denoting a slide title |
pbEditNotesFile |
Flag indicating whether to open the notes file for edit |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.