Hi everyone, I have an R problem about Input. I want to read an arbitrage function from keyboard. But I don't know how. I tried scan(), readLines() but fail to make the output as a function, or a list that I can use as.function to transform. Is it possible for R to do so? Thank you. Eric -- View this message in context: http://r.789695.n4.nabble.com/How-to-read-a-function-from-keyboard-tp4631012.html Sent from the R help mailing list archive at Nabble.com.
On 2012-05-23 01:11, zgu9 wrote:> Hi everyone, > > I have an R problem about Input. > I want to read an arbitrage function from keyboard. But I don't know how. > I tried scan(), readLines() but fail to make the output as a function, or a > list that I can use as.function to transform. > Is it possible for R to do so?source("",continue.echo=TRUE) -- Z pozdrowieniami, Krzysztof Mitko