Vectors Overview
Vectors A Vector in R is a one-dimensional array that can hold the following data types: Numeric Character (Strings) Logical (Booleans) Simply put a vector is an easy way of storing a single dimension of data, a vector can be created with the combine…