0

I have the following set of data I would like to transpose.

enter image description here

I understand that i can use t(data) to transpose x y - y x dataframe but how can i transpose the data so that the date is the first row ?

sean
  • 717
  • 2
  • 9
  • 23
  • Never post your data as an image, please learn how to give a [reproducible example](http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example/5963610) – Jaap Feb 10 '16 at 14:19
  • Note that you'll probably need something like `na.locf` from the zoo-package to get your date-column in the proper format. – Heroka Feb 10 '16 at 14:19

0 Answers0