R
READ MORE
R
R is an integrated suite of software facilities for data manipulation, calculation and graphical display.
R has an environment within which many classic and modern statistical techniques have been implemented.
R data types include:
- Vector
- Matrices
- Factors
- Lists
- Data Frames
- Functions
R can also be used for data visualizations using libraries like, ggplot.
R uses DPLYR for data manipulation.