Skip to content
Prev 342986 / 398506 Next

grofit package problem inputting dataset

Your "csv" output doesn't have any commas in it. Your email is in HTML format so we cannot trust it to show what is really there (read the Posting Guide). The sink function forwards stuff that would have been printed to a file, but that isn't a particularly good way to exchange data with other software.

I use

write.table(foo,"data.csv",sep=",",row.names=FALSE)

to export csv data.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
On August 8, 2014 10:19:48 PM PDT, "Fethe, Michael" <mfethe1 at vols.utk.edu> wrote: