Adding plots

Reporting with R Markdown

Amy Peterson

Head of Core Curriculum at DataCamp

Loading ggplot2

Markdown file that loads the readr, dplyr, and ggplot2 packages

Reporting with R Markdown

Visualizing the annual summary

Markdown file with code to create Investment Annual Summary line plot

Knit file with Investment Annual Summary line plot

Reporting with R Markdown

Adding plot labels

Markdown file with code to create Investment Annual Summary plot with labels

Knit file with Investment Annual Summary line plot with labels

Reporting with R Markdown

Visualizing projects in Indonesia

Markdown file with code to create Indonesia Investment Projects scatterplot

Knit file with Indonesia Investment Projects scatterplot

Reporting with R Markdown

Visualizing project status

Code to create Indonesia Investment Projects scatterplot with each point colored by project status

Knit file with Indonesia Investment Projects scatterplot with each point colored by project status

Reporting with R Markdown

Visualizing projects in Indonesia in 2012

Code to create Indonesia Investment Projects 2012 scatterplot

Knit file with Indonesia Investment Projects 2012 scatterplot

Reporting with R Markdown

Missing values

indonesia_investment_projects_2012
# A tibble: 6 x 7
  project_name     status    risk_manage... guarantee_inv... loan_investment equity_investment total_investment
  <chr>            <chr>           <dbl>         <dbl>           <dbl>             <dbl>            <dbl>
1 FHP Indonesia I  Active             NA            NA              NA                25               25
2 LMS Toll Project Hold               NA            NA              NA                NA               NA
3 CIMB Niaga Sr.   Completed          NA            NA              75                NA               75
4 BTPN Loan II     Active             NA            NA             250                NA              250
5 Medco Power 2011 Completed          NA            NA              NA                25               25
6 Wintermar Group  Active             NA            NA              60                NA               60
Reporting with R Markdown

Let's practice!

Reporting with R Markdown

Preparing Video For Download...