Re: [R] write.csv file= question

2015-08-05 Thread Brittany Demmitt
(data, "~/data.csv") > > works. > >> >>> >>> John Kane >>> Kingston ON Canada >>> >>> >>>> -Original Message- >>>> From: demmi...@gmail.com >>>> Sent: Tue, 4 Aug 2015 08:51:24 -0600

Re: [R] write.csv file= question

2015-08-04 Thread Ista Zahn
s. > >> >> John Kane >> Kingston ON Canada >> >> >>> -Original Message----- >>> From: demmi...@gmail.com >>> Sent: Tue, 4 Aug 2015 08:51:24 -0600 >>> To: r-help@r-project.org >>> Subject: [R] write.csv file= question

Re: [R] write.csv file= question

2015-08-04 Thread David L Carlson
iversity College Station, TX 77840-4352 -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Brittany Demmitt Sent: Tuesday, August 4, 2015 9:51 AM To: r-help@r-project.org Subject: [R] write.csv file= question Hello, I have a quick question about the “file=“ sp

Re: [R] write.csv file= question

2015-08-04 Thread Sergio Fonda
Call getwd() in both terminal and your RStudio environments and compare results Il 04/ago/2015 16:53, "Brittany Demmitt" ha scritto: > Hello, > > I have a quick question about the “file=“ specification for the command > write.csv.When I run this command in Rstudio I do not need the “file=“ >

Re: [R] write.csv file= question

2015-08-04 Thread Ista Zahn
csv”) works for me in Rstudio, ESS, Terminal, Rscript etc. > > John Kane > Kingston ON Canada > > >> -Original Message- >> From: demmi...@gmail.com >> Sent: Tue, 4 Aug 2015 08:51:24 -0600 >> To: r-help@r-project.org >> Subject: [R] write.csv

Re: [R] write.csv file= question

2015-08-04 Thread Brittany Demmitt
> > John Kane > Kingston ON Canada > > >> -Original Message- >> From: demmi...@gmail.com >> Sent: Tue, 4 Aug 2015 08:51:24 -0600 >> To: r-help@r-project.org >> Subject: [R] write.csv file= question >> >> Hello, >> >> I have a quick questi

Re: [R] write.csv file= question

2015-08-04 Thread John Kane
ent: Tue, 4 Aug 2015 08:51:24 -0600 > To: r-help@r-project.org > Subject: [R] write.csv file= question > > Hello, > > I have a quick question about the “file=“ specification for the command > write.csv.When I run this command in Rstudio I do not need the > “file=“ spec

[R] write.csv file= question

2015-08-04 Thread Brittany Demmitt
Hello, I have a quick question about the “file=“ specification for the command write.csv.When I run this command in Rstudio I do not need the “file=“ specified. For example the below command works just fine. write.csv(data,”/home/data.csv”) However when I am running an Rscript from the