Skip to content
Back to formatted view

Raw Message

Message-ID: <BAY12-F174FTA7OIkUq0001157c@hotmail.com>
Date: 2004-11-16T16:59:00Z
From: Laura Holt
Subject: changing character to a vector name

Dear R People:

I would like to generate a vector/variable name from within a loop to be 
passed to a table
function.

This is what I have so far:
>assign("p1",paste("raw3.df$",rw2$V1[3],sep=""))
>p1
[1] "raw3.df$CITIZEN"
>
Essentially, I want to use the raw3.df$CITIZEN along with another value to 
generate a table.

However, I'm stuck here.  I know this is incredibly stupid.

Thanks in advance.
Sincerely
Laura Holt
mailto: lauraholt_983 at hotmail.com