Day: December 20, 2020

Beginners tutorial with R – Operators

(R Tutorials for Citizen Data Scientist)   An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. R language is rich in built-in operators and provides following types of operators. Types of Operators We have the following types of operators in R programming − Arithmetic Operators Relational Operators Logical …

Beginners tutorial with R – Data Types

(R Tutorials for Citizen Data Scientist)   Beginners tutorial with R – Data Types Generally, while doing programming in any programming language, you need to use various variables to store various information. Variables are nothing but reserved memory locations to store values. This means that, when you create a variable you reserve some space in …