Skip to content

Error Object Not Found

4 messages · Uwe Ligges, Court, Rui Barradas

#
Hello, 

I am having difficulty with a command.  An error message pops up saying:
Error: object 'RWGJ.wload' not found.  I have installed the packages needed
to run the analysis, and have saved them to my working directory.



--
View this message in context: http://r.789695.n4.nabble.com/Error-Object-Not-Found-tp4669041.html
Sent from the R help mailing list archive at Nabble.com.
#
On 08.06.2013 21:35, Court wrote:
And have you actually loaded them?

Uwe Ligges
#
Hello,

Please quote context.
The message you get means that package foreign is installed on your 
computer, you need to load it in the R session:

library(foreign)

Hope this helps,

Rui Barradas

Em 09-06-2013 23:07, Court escreveu: