Hi,
I want to do the follow thing 

Input : 
a <- c(1,3,6,9) 


b<-c(10,7,20,2) 


Expected outcome : 

d<-list(1:10,3:7,6:20,2:9) 



Thanks !!


 
Tanvir Ahamed 
Göteborg, Sweden  |  mashra...@yahoo.com

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to