R is a programming language and environment for statistical computing and graphics. It is a free and open-source software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing. The R language is widely used among data scientists, statisticians, and other researchers for data analysis and developing statistical software.
Articles
R Programming for Data Science
Introduction
Rstudio
Package
- R package
- Repositories
- Right Packages
- Installations
- Load Packages
- Updating, removing, unloading packages
- Package functions
- readr Package
Project
- Entering Input and Comment
- Evaluation and Integer Sequences
- Objects and Empty Vector
- Numbers
- Attributes
- Data Types
- Creating Vectors
- Mixing Objects
- Explicit Coercion
- Matrices
- Lists
- Factors
- Missing Values
- Data Frames
- Names
Data
Textual and Binary Formats
- Interfaces to the Outside World
- File Connections
- Reading Lines of a Text File
- Reading From a URL Connection
Subsetting
Vectorized
Data and Time
Control Structures
Functions
Scoping Rules
Loop
- Loop Functions
- Looping on the Command Line
- lapply()
- sapply()
- split()
- Splitting a Data Frame
- tapply()
- apply()
- Col/Row Sums and Means
- mapply()
- Vectorizing a Function
- Instant Vectorization Instant
- Splitting on More than One Level