Displaying 1 result from an estimated 1 matches for "web32206".
Did you mean:
web32203
2009 Jul 09
2
How to Populate List
... [[alternative HTML version deleted]]
------------------------------
Message: 161
Date: Wed, 8 Jul 2009 23:45:41 -0700 (PDT)
Subject: Re: [R] Extracting a column name in loop?
To: r-help@r-project.org, mister_bluesman
<mister_bluesman@hotmail.com>
Message-ID: <417783.91151.qm@web32206.mail.mud.yahoo.com>
Content-Type: text/plain; charset=utf-8
If df is your dataframe then names(df) contains the column names and so names(df)[i] is the name of i-th column.
--- On Thu, 9/7/09, mister_bluesman <mister_bluesman@hotmail.com> wrote:
> From: mister_bluesman <mister_bl...