Skip to content
Prev 276794 / 398506 Next

Opening excel CSV file in R

On 09.11.2011 04:42, Dan Zhou wrote:
Which "same" directory? Have you checked getwd() before running func()?
But hopefully not that way. You need to escape backslahes as in 
"c:\\Users" or, much easiest, use forwward slahes. See the R for Windows 
FAQs.

Uwe Ligges