Displaying 1 result from an estimated 1 matches for "arglst".
Did you mean:
arglist
2009 Aug 25
2
how to pass user input to a function?
Hi everyone,
I'm building a website (http://yourpsyche.org) using Jeffrey Horner's
awesome Rapache module. I want to take user input, and pass it to an R
script. At first I was simply using if else statements, but after a
while I had so many nested if else's in my code that my head was
spinning. So then I started using cat() and source() to write
temporary files and read them back in