Re: [R] Strings from different locale

2011-05-26 Thread sunny
Phil Spector wrote: > > Steven - > Does typing > > Sys.setlocale('LC_ALL','C') > > before the offending command suppress the message? > > - Phil Spector >Statistical Computing Facility >

Re: [R] Strings from different locale

2010-11-02 Thread Phil Spector
Steven - Does typing Sys.setlocale('LC_ALL','C') before the offending command suppress the message? - Phil Spector Statistical Computing Facility Department of Statistics

[R] Strings from different locale

2010-11-01 Thread steven mosher
I'm doing some test processing of a cvs file that appears to use a different locale from my machine. I get the following warning: input string 1 is invalid in this locale My locale is US. Is this simply a matter of changing my locale to 'all; locales? I don't know what locale the string is in,