Getting started working with R programming language
When R software and RStudio program have been installed on your computer, R working session can be simply started by clicking the RStudio app from your Windows start menu.
This section include several topics:
Introduction of R programming language and outline of tutorials: What is R, who will learn R.
Installation of R and RStudio: You have to install both R and RStudio on your computer. We provide guidance on how to install these two on Windows computer.
Get started working in R environment: The windows in RStudio and their usage.
Functions for working with R packages: Several important functions for manage packages in R.
When R software and RStudio program have been installed on your computer, R working session can be simply started by clicking the RStudio app from your Windows start menu.
Like in many other programming languages, packages in R are just collections of built-in functions and datasets are combined with R installation in a well-defined format. Library is directories where packages, either come with basic R installation or being manually installed, are stored on computer. In this post, we provide several important and useful functions associated with R package management.
RStudio acts as an computer-app for using R in a more freindly manner than the default R command window. Before using RStudio, R has to be installed first. In this post , we shortly introduce how to install R and RStudio on Windows.
R is one of the most popular programming languages and framework for statistical data analysis and data science. R has a relatively easy learning curve, and is suitable for anyone who has basic knowledge of using computer and is eager to learn programming skills.