Wrapping Up
This lesson is called Wrapping Up, part of the R in 3 Months (Fall 2021) course. This lesson is called Wrapping Up, part of the R in 3 Months (Fall 2021) course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Learn More
The sample dashboard shown in the video is here. It is produced with the flexdashboard package.
R for Data Science can be found here. I showed chapter 3 (on data visualization) in the video. The corresponding RMarkdown document is on GitHub here.
Shiny is the package for making interactive web apps. The bus dashboard example is here.
The RMarkdown document that I used to make the slides for this course is here (the slides themselves are here). I made the slides using the xaringan package.
Have any questions? Put them below and we will help you out!
Course Content
134 Lessons
You need to be signed-in to comment on this post. Login.
JULIO VERA DE LEON • March 20, 2022
Hi David, regarding Rmarkdown and Shiny, I understood from your video that it is possible to create a Shiny web app from a Rmarkdown file. Am I right?
jeph mathias • September 23, 2022
Saw in your video sometimes using spaces between = and FALSE i.e = FALSE and sometimes not i.e. =FALSE . My code worked with include=FALSE (no space) and warning = FALSE and message = FALSE (spaces) Are both acceptable?
Abdulkadir Lokhandvala • April 4, 2023
Hi David, I work with SAS and create lots of macros [equivalent to functions in R] for wider community of programmers in out org. One of the way I can utilize R Markdown is to create the documentation of SAS Macros. I need the help on two things: