Vector (R)

A vector is R's most basic data structure: an ordered sequence of elements that all share the same type (numeric, character, logical, etc.). Even a single…