Hi:

I am looking for some help to manipulate data in R. I have two csv files.

datasetY1
 V1 "V2" "V3" "V4"
 1 4 0 20 17
 2 4 0 15 17
 3 2 0 13 21

datasetY2
 V1 "V2" "V3" "V4"
 1 20 52 15 18
 2 18 54 14 21
 3 18 51 13 21

 I want to be able to create separate csv files by taking the corresponding
rows of dataset1 and dataset2, convert them into columns. So from the above
example I would be creating 3 datasets (csvs), of which the first one would
be
               X             Y1            Y2  1 4 20  1 0
52  1 20 15  1 17
18
  Appreciate any help.

Thanks
Anamika

        [[alternative HTML version deleted]]

______________________________________________
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