Skip to content
Back to formatted view

Raw Message

Message-ID: <AANLkTimvTdUxycENQ9vCPqe3W-ySuv3DvjUxV0Mv2hUQ@mail.gmail.com>
Date: 2010-12-06T09:46:27Z
From: L
Subject: Loading .RData from Internet
In-Reply-To: <1291627795621-3074162.post@n4.nabble.com>

On Mon, Dec 6, 2010 at 8:29 PM, zhiji19 <zhiji19 at gmail.com> wrote:
>
> I tried the load() already. It does not work. The erro is shown as following:
>
> Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
> In addition: Warning message:
> In readChar(con, 5L, useBytes = TRUE) :
> ?cannot open compressed file
> 'http://rss.acs.unt.edu/Rdoc/library/twang/data/raceprofiling.RData',
> probable reason 'Invalid argument'
>



a<-url("http://rss.acs.unt.edu/Rdoc/library/twang/data/raceprofiling.RData")
load(a)





-- 
Linux Toys
http://linuxishbell.wordpress.com/