Displaying 1 result from an estimated 1 matches for "new1991".
Did you mean:
new1993
2011 Feb 04
1
dataframes from a function
...]
new.pl.fin<-new.pl[new.pl$yar %in% "1993",]
print(new.pl)
print(new.pl.st)
print(new.pl.fin)
}
plot.restrut(prac,"9-2b")
######
I would like the output to be one dataframe with the name "9.2b.new" which
is new.pl in the example
Another data frame to be "9.2bnew1991" and another dataframe "9.2bnew1993"
I want the dataframe names to relate to the variables they have come from
because I want to use the same function to extract lots of subsets of my
data.
Thanks
Chris
--
View this message in context: http://r.789695.n4.nabble.com/dataframes-f...