R Vector

The Vector is the most basic Data structure in R programming. A Vector can hold a collection of similar types of elements (type may be an integer, double, char, Boolean, etc.) If you type different data types in a single R vector, then all the elements will be converted to a single type. In this … Read more