Posts

Showing posts from April, 2022

R Programming Zero to Hero 😎😎😎

Image
     R PROGRAMMING      1.Let's see about R Programming. 2. Let's see the history of R Programming.... Recently 4.2.0 version was released on 22/4/2022. 3. Let's see the Features of R Programming.... Let's See the Reasons to learn R Programming... How to Download R?               To download R j ust click on below link..   https://cran.r-project.org/bin/windows/base/R-4.2.0-win.exe   Let's see the Basic syntax and code of R Programming... We can also create new script for future…   Run script by ctrl + r. Always save file as .R extension .   To run all lines of program ….. Let’s see about RStudio… DATA TYPES R Data Types: Variables are the reserved memory location to store values. As we create a variable in our program, some space is reserved in memory. In R, there are several data types such as i...