R Language FundamentalsIntroduction to R Programming LanguageThe History of R LanguageR Comments Basic Syntax Of RInstallation & SetupInstall R on Mac OSR: Data Types & VariablesR: Basic Data TypesCreating Variables in RR: Finding VariablesR: Variable Naming ConventionsR: Data Type of a VariableR: Deleting VariablesR: OperatorsR: Operators ListR: Arithmetic OperatorsR: Relational OperatorsR: Logical OperatorsR: Assignment OperatorsR: Miscellaneous OperatorsR: Control Flow StatementsR: if statementR: if...else statementR: For LoopR: While LoopR: Repeat LoopR: Break StatementR: Next Statement R: Switch StatementR: FunctionsR: Built-in Function R: Components of FunctionsR: User-defined functionR: Calling a FunctionR: Nested FunctionsRecursive Functions in RR: Lazy Evaluation of Function