Displaying 2 results from an estimated 2 matches for "labsynch".
Did you mean:
asynch
2006 Nov 27
2
calling R from cmd line, loading in data sets on the call
Hi -
I have read the archives on R cmd and passing parameters, and I guess I
am not totally clear if that solved this problem ...
I would like to call an R script from the command line, and in the
process pass in data sets and parameters ... right now, I manually
specify the files to be read in as the data sets for the script, and
then it processes, but I need to be able to automate this
2007 Apr 19
2
Accessing R applications from Web
Hi
I am trying to provide web interface to my R application. My requirements
are simple and can be written down as follows :
1) User must provide all the input parameters on web interface.
2) Based on the input values, R will do some computations.
3) Project the numerical results as well as plots as html page to the user
on web.
Kindly tell me which package can help me in doing this. Your help