[Lign251] Hmwk problem #4 - file-loading issue
Rebecca Colavin
colavin at ling.ucsd.edu
Sun Oct 14 08:38:50 PDT 2007
Hi Dan,
I copy pasted the text from the online file to a text file that I saved on
the desktop. Then, instead of using the file
name as the first argument use file.choose()
x <- read.table(file.choose(),header=T,quote="")
This will make R look for it for you.
Hope this helps.
Rebecca
On Sun, 14 Oct 2007, Dan Kleinman wrote:
> Is anyone else still having problems loading the file into R? Even using
> the code provided on the website, I get this message:
>
> Error in file(file, "r") : unable to open connection
> In addition: Warning message:
> In file(file, "r") :
> cannot open file 'brown-counts-lengths-nsyll', reason 'No such file or
> directory'
>
> I'm assuming this means it's not looking in the right place, but I can't
> figure out where the right place is. Any clues?
>
> Thanks,
> Dan
>
> _______________________________________________
> Lign251 mailing list
> Lign251 at ling.ucsd.edu
> http://pidgin.ucsd.edu/mailman/listinfo/lign251
>
More information about the Lign251
mailing list