i have two variable
> pyar
[1] "M"  "12" "34" "13"
> gita
[1] "U"  "22" "33" "44"
want to append gita object below pyar object as
& want to take in anther variable

 "M"  "12" "34" "13"
 "U"  "22" "33" "44"

& write it in table fashion inside file

--
View this message in context: 
http://r.789695.n4.nabble.com/appending-variable-s-values-in-table-like-fashion-tp4360966p4360966.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
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