[R] Populating then sorting a matrix and/or data.frame

Peter Langfelder peter.langfelder at gmail.com
Thu Nov 11 23:03:49 CET 2010


On Thu, Nov 11, 2010 at 1:19 PM, William Dunlap <wdunlap at tibco.com> wrote:
> Peter,
>
> Your example doesn't work for me unless I
> set options(stringsAsFactors=TRUE) first.

Yes, you need to set options(stringsAsFactors=FALSE) (note the FALSE).
I do it always so I forgot about that, sorry.



More information about the R-help mailing list