[R] Help with writing data to csv

John jwd at surewest.net
Sun May 13 09:22:59 CEST 2012


On Sat, 12 May 2012 13:33:19 -0700 (PDT)
DL <chombito718 at hotmail.com> wrote:

> I am trying to write data to csv but I am having issues with the
> separations. 
> 
> Basically I have some results that I get with R that I copied and
> pasted into word and then saved as .txt 
> 
> I want to write the results to csv because it's easier to make tables
> in word (all I would have to do is copy and paste into a table,
> instead of typing everything out). 
> 
...
I'm not sure what all you are doing wrong, but the problems are limited
to R.  You don't seem understand, Word, Excel, or how to use csv files
either.

Since you don't actually provide an example what "practice" is, it is
not clear just what the problem might be.  If perchance "Practice" is
the result of running a routine on data and capturing the result, then
you might want to try ?sink(), which, properly instructed, will write
the "results" to a file.  If that is the case, you might also want to
consider what fonts you are using in Word.

However, without providing the list with an example of Practice, we're
left to guess precisely what kind of help you really need.

JWD



More information about the R-help mailing list