Splits R Markdown chapter in two.

This commit is contained in:
Garrett
2016-05-02 10:15:49 -04:00
parent bb984e9416
commit 2e37431e7d
5 changed files with 18 additions and 12 deletions
+2 -1
View File
@@ -29,8 +29,9 @@ rmd_files: [
"model-assess.Rmd", "model-assess.Rmd",
"communicate.Rmd", "communicate.Rmd",
"reproducible-research.Rmd",
"dynamic-documents.Rmd",
"communicate-plots.Rmd", "communicate-plots.Rmd",
"rmarkdown.Rmd",
] ]
before_chapter_script: "_common.R" before_chapter_script: "_common.R"
+10
View File
@@ -3,3 +3,13 @@
# Introduction # Introduction
Reproducible, literate code is the data science equivalent of the Scientific Report (i.e, Intro, Methods and materials, Results, Discussion). Reproducible, literate code is the data science equivalent of the Scientific Report (i.e, Intro, Methods and materials, Results, Discussion).
Recommendations for learning more about communication:
For writing: [Style: Lessons in Clarity and Grace](http://amzn.com/0321898680), <http://www.americanscientist.org/issues/id.877,y.0,no.,content.true,page.1,css.print/issue.aspx>
For presentations: [slide:ology](http://amzn.com/0596522347), <http://www.howtogiveatalk.com>, <https://github.com/jtleek/talkguide> (academic), http://speaking.io, https://www.coursera.org/learn/public-speaking
For expository visulisations: WSJ guide?
Design: [The Non-Designer's Design Book](http://amzn.com/0133966151)
+3
View File
@@ -0,0 +1,3 @@
# Dynamic Documents with R Markdown
+3
View File
@@ -0,0 +1,3 @@
# Reproducible Research with R Markdown
-11
View File
@@ -1,11 +0,0 @@
# R Markdown
Recommendations for learning more about communication:
For writing: [Style: Lessons in Clarity and Grace](http://amzn.com/0321898680), <http://www.americanscientist.org/issues/id.877,y.0,no.,content.true,page.1,css.print/issue.aspx>
For presentations: [slide:ology](http://amzn.com/0596522347), <http://www.howtogiveatalk.com>, <https://github.com/jtleek/talkguide> (academic), http://speaking.io, https://www.coursera.org/learn/public-speaking
For expository visulisations: WSJ guide?
Design: [The Non-Designer's Design Book](http://amzn.com/0133966151)