R Programming for Beginners: Exploring R Vectors
Vectors are the easiest type of data structures in R. However, to use them successfully, its important to appreciate their restrictions, recognize the types available, and identify their members – or components as theyre officially called in R.This course shows you how to create and generate vectors using the c() and vector() functions, respectively.you’ll perform vectorized operations on elements in vectors. Practice filtering and slicing vectors. And use the which(), any(), and all() functions on vectors.Furthermore, you’ll perform naming and indexing operations on vectors and work with different length vectors using vector recycling.On completing this course, you’ll have the knowledge and know-how to utilize vectors for their intended purpose.