Skip to content
Back to formatted view

Raw Message

Message-ID: <971536df0510140625k78ab5565te9b532a2f828c648@mail.gmail.com>
Date: 2005-10-14T13:25:46Z
From: Gabor Grothendieck
Subject: R: source
In-Reply-To: <434F911B.41DF85F2@STATS.uct.ac.za>

On 10/14/05, Clark Allan <Allan at stats.uct.ac.za> wrote:
> hi all
>
> i have a quick question
>
> i would like to use the source command but i keep on getting an error
>
> eg
>
> source("c:/research file/model.txt")
>
>
>
> the problem seems to be because of the space in the file name but this
> is how windows references the folder name.

I am able to source files from folders whose names have a space
in them so I suspect you have the path or filename wrong.  I am using
Windows XP with R 2.2.0.  The file.choose suggestion already given
will work around that or you may wish to double check it
using dir/b/s/p from the Windows console.

>
> i dont want to change the folder name
>