I have the following set of data I would like to transpose.
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 ?
I have the following set of data I would like to transpose.
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 ?