Displaying 1 result from an estimated 1 matches for "v1v2v3".
Did you mean:
v1v2
2009 Aug 20
2
How to extract row values?
Dear All!
I'm trying to extract one specific row from a data frame without columnnames being included. I only want a 1-dimensional vector that consists of the specific data on this row. Here's an example:
existing data:
column names: v1v2v3
Row 1 ab cd ef
Row 2 gh ij kl
Row 3 mn op qr
This is what I want to extract:
ab cd ef
I do not want: v1v2v3
ab cd ef
Thank you in advance
Henrik