try:
txhd_df <- prec_dist_df[ my_df$STREP %in% my_num, c("COUNTY", "FIPS",
"STSEN", "STREP", "PREC")]
On Thu, Oct 29, 2009 at 1:04 AM, Jim Burke wrote:
> I have a statement like below.
>
> my_num <-
> c("101","102","103","104","105","107","108","112","113","114","115")
>
> "my_df" has 8,000 diff
I have a statement like below.
my_num <-
c("101","102","103","104","105","107","108","112","113","114","115")
"my_df" has 8,000 different STREPS in it.
I have a statement where I can select ONE item from data frame "my_df"
txhd_df <- prec_dist_df[ my_df$STREP=="101", c("COUNTY", "FIPS",
"STS
2 matches
Mail list logo