Hello, I am currently taking a statistics course and we are to do a project producing
a graph using multiple input files.
In R, I'm trying to build a filelist based on a pattern. For some reason, if I do the
command interactively and not assign it to an array variable I get what I thought I
should, but if I do this inside my R program it chops off some file names and thinks
there are two.
I looked on the R website and found that there is an 8,096 character limit when using
a character array but mine chops at 119.
Here is the command:
filelist <- system(paste("ls ", INPUTFILES, sep=""),intern=T)
Any help would be much appreciated.
Thanks,
Suzie Smith
---------------------------------
[[alternative HTML version deleted]]
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help