From the course: Creating Reports and Presentations with R Markdown and RStudio

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

What you should know

What you should know - RStudio Tutorial

From the course: Creating Reports and Presentations with R Markdown and RStudio

Start my 1-month free trial

What you should know

- [Instructor] This course focuses exclusively on how to create reports and presentations using RMarkdown with RStudio. I therefore assume a basic level of comfort with the R language. This means that you have confidence in what assignments are and how to use functions. So you should be confident in what the output of these two lines of code would be. In addition to the basics of R, I assume you have basic familiarity with the tidyverse, which means that, during the course, we will use read underscore csv instead of read dot csv, data will be wrangled and manipulated with dplyr, and other packages from the tidyverse. So you should be comfortable with functions like filter, group by, and mutate. If you're not familiar with these functions, then you can still use this course to understand what benefits RMarkdown provides you. But I thoroughly recommend that you consult a dedicated tidycourse in our library. You'll also need to be comfortable with what pipes are, as we'll use pipes…

Contents