Skip to content
Prev 68602 / 398506 Next

how to add a column with string values to a data frame while still converting them to factors

i got the first part:

agm.data$ProdCategory=as.factor(agm.data$ProdCategory)

the second i am still struggling with
On 4/26/05, avneet singh <avneet.chugh at gmail.com> wrote: