Displaying 1 result from an estimated 1 matches for "vote9".
Did you mean:
  vote
  
2001 Nov 29
1
of c, cat, paste, and lists??
..."pop8"
[31] "pop9"         "s"            "vote1"        "vote10"       "vote2"
[36] "vote3"        "vote4"        "vote5"        "vote6"        "vote7"
[41] "vote8"        "vote9"        "X"
Now I want the "vote?" variables in a dataframe.  I can grep them by
> grep("vote",ls(),value=T)
 [1] "vote1"  "vote10" "vote2"  "vote3"  "vote4"  "vote5"  "vote6"  "vote7&q...