data.frame
dplyr
select
filter
arrange
mutate
summarize
group_by
ggplot2
Vectors are one of the many data structures that R uses. Other important ones are lists (list), matrices (matrix), and data frames (data.frame)
list
matrix