Skip to content

Commit

Permalink
R markdown proof editing
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Aug 25, 2016
1 parent 5caf82d commit 64dfe9a
Show file tree
Hide file tree
Showing 86 changed files with 253 additions and 11,062 deletions.
7 changes: 4 additions & 3 deletions communicate.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Introduction {#communicate-intro}

So far, you've learned the tools to get your data into R, tidy it into a form convenient for analysis, and then understand you data through transformation, visualisation and modelling. However, it doesn't matter how great your analysis is unless you can explain it to others: you need to __communicate__ your results.
So far, you've learned the tools to get your data into R, tidy it into a form convenient for analysis, and then understand you data through transformation, visualisation and modelling. Next you'll learn how to __communicate__ your results because it doesn't matter how great your analysis is unless you can explain it to someone else.

```{r echo = FALSE, out.width = "75%"}
knitr::include_graphics("diagrams/data-science-communicate.png")
Expand All @@ -25,7 +25,8 @@ Communication is the theme of the following four chapters:
of outputs you can produce using R Markdown, including dashboards, websites,
and books.

* We'll finish up with [R Markdown workflow], where you'll learn a fourth
workflow in which R Markdown takes center stage.
* We'll finish up with [R Markdown workflow], where you'll learn about the
"analysis notebook" and how to systematically record your successes and
failures so that you can learn from them.

Unfortunately these chapters focus mostly on the technical mechanics of communication, not the really hard problems of communicating your thoughts to other humans. However, there are lot of other great books about communication, which we'll point you to at the end of each chapter.
25 changes: 0 additions & 25 deletions rmarkdown-demos/1-example.Rmd

This file was deleted.

Binary file removed rmarkdown-demos/12-website.zip
Binary file not shown.
22 changes: 0 additions & 22 deletions rmarkdown-demos/12-website/1-example.Rmd

This file was deleted.

17 changes: 0 additions & 17 deletions rmarkdown-demos/12-website/3-inline.Rmd

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 64dfe9a

Please sign in to comment.