Displaying 1 result from an estimated 1 matches for "tp1752034p1752531".
Did you mean:
tp1752034p1752034
2010 Apr 05
2
changing column names in a dataframe
Hi folks,
I have imported data from an Excel spreadsheet. Columns in that spreadsheet
are named "name", "x", and "y", and several sets of those columns appear in
the worksheet. For example:
name x y name x y
test1 1 3 test2 4 4
test1 2 2 test2 5 5
test1 3 1 test2 6 6
When I import these data into R, into a dataframe, I end up with something
like this: