This document provides an overview of R, a programming language for statistical analysis and graphics. R was created by statisticians Ross Ihaka and Robert Gentleman and is developed by the R Core Team. It is freely available under the GNU license. R can be used interactively from the command line or through script files. It supports various data types like vectors, lists, matrices, arrays, factors, and data frames. Basic syntax, variables, operators, decision making, loops, and functions in R are also described.