Skip to content
Prev 58873 / 398503 Next

scan or source a text file into a list

Not sure if I understand your question.

If you know the complete list of all possible variable names, then you
can grep for each occurrence and split on the "=". Otherwise, I hope you
have some sort of markers (like main()) to seperate the input and actual
commands. I think perl and bash are probably more suitable for this kind
of job.

Then you can try commandArgs() to feed into R.
On Thu, 2004-11-11 at 15:57, Andy Bunn wrote: