Skip to content

Commit 2d80d40

Browse files
committed
more additions
1 parent 63e09d5 commit 2d80d40

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

9_DEVDATAPROD/Developing Data Products Course Notes HTML.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ grid.raster(readPNG("figures/3.png"))
641641
* RStudio format/runs the code when the document is saved
642642

643643
### Creating Presentation
644-
* file --> New File --> R Presentation (`alt` + `f` + `p`)
644+
* file --> New File --> R Presentation (`alt-f` + `f` + `p`)
645645
* `class: classname` = specify slide-specific control from CSS
646646
* `css: file.css` = can be used to import an external CSS file
647647
- alternatively, a css file that has the same name as the presentation will be automatically loaded

9_DEVDATAPROD/Developing Data Products Course Notes.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ mode : selfcontained # {standalone, draft}
598598
* advanced HTML can be added directly to the `index.Rmd` file and most of the time it should function correctly
599599
* interactive element (quiz questions, rCharts, shiny apps) can be embedded into slidify documents ([demos](http://slidify.github.io/dcmeetup/demos/interactive/))
600600
- quiz elements
601+
+ `--- &radio` before slide content for multiple choice (make sure quiz is included in widgets)
601602
+ `##` = signifies title of questions
602603
+ the question can be type in plain text format
603604
+ the multiple choice options are listed by number (`1. a`, `2. b`, etc.)
@@ -645,7 +646,7 @@ $\pagebreak$
645646
* RStudio format/runs the code when the document is saved
646647

647648
### Creating Presentation
648-
* file --> New File --> R Presentation (`alt` + `f` + `p`)
649+
* file --> New File --> R Presentation (`alt-f` + `f` + `p`)
649650
* `class: classname` = specify slide-specific control from CSS
650651
* `css: file.css` = can be used to import an external CSS file
651652
- alternatively, a css file that has the same name as the presentation will be automatically loaded

0 commit comments

Comments
 (0)