On Mon, 10 Mar 2014 18:26:38 +0000 William Dunlap <wdun...@tibco.com> wrote

> You probably want to read the Introduction to R that comes with R
> (menu: Help>Manuals (in PDF)>Introduction to R).
> 
>
When I first started using R I found it easier to work through some of the
contributed documentation. Have a look at
http://cran.r-project.org/other-docs.html
Most of the references there will start you with baby steps.

"R for Beginners" worked OK for me...

<...cut...>
 

> > -----Original Message-----
> > From: r-help-boun...@r-project.org<mailto:r-help-boun...@r-project.org>
> > [mailto:r-help-boun...@r-project.org<mailto:r-help-boun...@r-project.org>]
On
> > Behalf Of Jon Nash
> > Sent: Monday, March 10, 2014 1:59 AM
> > To: r-help@r-project.org<mailto:r-help@r-project.org>
> > Subject: [R] R Help
> >
> > I have just installed R 3.0.3 on Windows 7.
> >
> > I open up the GUI and type setwd("c:/users/jon") and press return. Nothing
> > happens, Ive tried manuals, forums etc ...
> >

<...cut...>

Try typing (note all the brackets):

(setwd("C:/users/jon"))
getwd()

Cheers,
Dale.

____________________________________________________________
South Africas premier free email service - www.webmail.co.za 

Cheapest Insurance Quotes!
https://www.outsurance.co.za/insurance-quote/personal/?source=msn&cr=Postit14_468x60_gif&cid=322

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to