[R] input data file

jim holtman jholtman at gmail.com
Wed Aug 8 01:45:54 CEST 2007


If you are going to read it back into R, then use 'save'; if it is
input to another applicaiton, consider 'write.csv'.  I assume that
when you say "save all my data files" you really mean "save all my R
objects".

On 8/7/07, Tiandao Li <Tiandao.Li at usm.edu> wrote:
> Hello,
>
> I am new to R. I used scan() to read data from tab-delimited files. I want
> to save all my data files (multiple scan()) in another file, and use it
> like infile statement in SAS or \input{tex.file} in latex.
>
> Thanks!
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
>


-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem you are trying to solve?



More information about the R-help mailing list