Introduction
Vectors are like lists that hold many items of the same type. Numeric vectors hold numbers, and character vectors hold words or letters.
When you want to store a list of numbers, like ages or scores.
When you need to keep a list of names or words together.
When you want to do math or text operations on a group of values.
When you want to organize data in a simple, easy-to-use way.