String2Numeric {arvoRe} | R Documentation |
String2Numeric(s)
s |
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function(s) { ans <- exec.text(s) return(ans) }