| zip_vectors | R Documentation |
Combine two (or more) vectors into one in alternating order
zip_vectors(v1, v2)
v1 |
vector 1 |
v2 |
vector 2 |
listofvectors |
list of vectors of equal length to zip |
zip_vectors(v1 = letters[1:3], v2 = LETTERS[1:3])
test_list = list(a=c('A','AA','AAA'), b=c('B','BB','BBB'), c=c('C', 'CC', 'CCC'))
zip_vectors_multi(test_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.