As title, frankly I am a bit sick of manually doing the adjustment all the time.

This should be a simple question, but I just can't figure out how to fix it. Thanks.

link|improve this question

71% accept rate
feedback

1 Answer

up vote 5 down vote accepted

Set options(stringsAsFactors = FALSE) at the beginning of your R session, or in your .RProfile.

link|improve this answer
8  
Having this set in your .Rprofile can be a bit risky, as your code is no longer portable. Since I do a lot of teaching, I decided that it would be too easy to forget about this option when passing on code. – csgillespie Nov 18 '11 at 9:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.