Student Reviews
                
                    
                            
    
    
    
    
                    
                    ( 5 Of 5 )
                
                1 review
             
         
        
        
     
          
        
            
                
                    Video of Getting Started with R Markdown : Creating first R Markdown document in R Programming Language course by Unboxing Big Data channel, video No. 38 free certified online                
            
            
                R markdown is a simple and easy to use plain text language used to combine your R code, results from your data analysis into a single nicely formatted and reproducible document.
 
You can create a wide variety of output formats (pdf, html web pages, MS Word and many others) from a single R markdown document.
 
 Normally each R markdown document is composed of 3 main components, 
 
 1) a YAML header, 
 2) formatted text and 
 3) one or more code chunks.