Month: May 2024

Unraveling R data types – The Vectors – A gentle introduction

The first step in learning R programming is getting familiar with basic R objects and their structure. The fundamental data object in R is a vector. In this article we will define the R objects, create different types of vector objects and understand some of its properties. What is R Object? When R is running, …

Unraveling R data types – The Vectors – A gentle introduction Read More »

Scroll to Top