<html>
Hello,<br><br>
I'm writing a R BATCH script on linux that connects to a MS-sqlserver to
fetch its data (=cross-platform).<br>
After the processing in R it does updates in the MS-sqlserver.<br><br>
I want to be able to pass parameters to the R BATCH script to control
which data it has to process.<br>
Is is possible to read the command line parameters passed to R in a BATCH
script?<br><br>
I've found the function <font size=2>commandArgs( ), but this doesn't do
the job...<br>
</font>Is there a possibility to use c-style argc( ) and argv( )
functions?<br><br>
Regards,<br><br>
Rik</html>