تقييمات الطلاب
                
                    
                            
    
    
    
    
                    
                    ( 5 من 5 )
                
                ١ تقييمات 
             
         
        
        
     
          
        
            
                
                    فيديو شرح Getting Started with R Markdown : Creating first R Markdown document ضمن كورس لغة R شرح قناة Unboxing Big Data، الفديو رقم 38 مجانى معتمد اونلاين                
            
            
                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.