Splits R Markdown chapter in two.
This commit is contained in:
parent
bb984e9416
commit
2e37431e7d
|
@ -29,8 +29,9 @@ rmd_files: [
|
|||
"model-assess.Rmd",
|
||||
|
||||
"communicate.Rmd",
|
||||
"reproducible-research.Rmd",
|
||||
"dynamic-documents.Rmd",
|
||||
"communicate-plots.Rmd",
|
||||
"rmarkdown.Rmd",
|
||||
]
|
||||
|
||||
before_chapter_script: "_common.R"
|
||||
|
|
|
@ -3,3 +3,13 @@
|
|||
# Introduction
|
||||
|
||||
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)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# Dynamic Documents with R Markdown
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# Reproducible Research with R Markdown
|
||||
|
||||
|
|
@ -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)
|
Loading…
Reference in New Issue