Splits R Markdown chapter in two.
This commit is contained in:
		@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
									
								
								dynamic-documents.Rmd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								dynamic-documents.Rmd
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					# Dynamic Documents with R Markdown
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										3
									
								
								reproducible-research.Rmd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								reproducible-research.Rmd
									
									
									
									
									
										Normal file
									
								
							@@ -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)
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user