I have 3 vectors: state.name
, state.abb
, state,area
.
i want to concatenate them to one vector in which every index looks like that:
s[1]
[1] "AL - Alabama - 51609 Sq. Mile"
how can i merge them to look like this?
I have 3 vectors: state.name
, state.abb
, state,area
.
i want to concatenate them to one vector in which every index looks like that:
s[1]
[1] "AL - Alabama - 51609 Sq. Mile"
how can i merge them to look like this?