jhudsl / ari

:dancers: The Automated R Instructor
https://jhudatascience.org/ari/
Other
146 stars 37 forks source link

Addition to instructions... #11

Closed vfulco closed 5 years ago

vfulco commented 6 years ago

Need to add these comments buried in .R code to the front page to get slides to advance when using Rmd.

If making a video from an rmarkdown such as an ioslides_presentation, you should use "iterative".

I.E.

Create a video from an R Markdown file with comments and slides

ari_narrate( script= "examples/ari_comments.Rmd", slides= "examples/ari_intro.html", voice = "Kendra", capture_method = "iterative")

vfulco commented 6 years ago

Not sure how this got into a pre-existing branch! Mea culpa. Was supposed to be a clean new PR.