Data Frames
When to use "source button" and when to use "run" button during R programming?? 

R Working-directories-in-RStudio 05-06 min 10-20 sec 28-04-20, 10:30 p.m. Basavaprasad

Answers:

Source is used when we want to execute the entire script from top to bottom. On the other hand, run is used when a line/chunk/part of the code is to be executed.  
28-04-20, 10:42 p.m. sudhakarst
i too had a doubt in this . thanks
01-05-20, 4:30 p.m. angaiaruvi@gmail.com


Click here to reply/comment online