Displaying 1 result from an estimated 1 matches for "ppvar".
Did you mean:
apvar
2009 Sep 20
1
perl functions in R enviroment
...imple example.
is there any simpler way to do it?
furthermore is there any other available resource to interface the two
language? RSPerl seems to be no longer supported
and when I load it R complains about deprecated functions
perl_script <- function(x){
Pvar <- "@var = 1;"
PPvar <- .PerlExpr(Pvar)
i = 1
for(i in 1:length(x)){
Ppush <- paste("push","(", "@var", ",", x[i], ")", ";", sep = "")
.PerlExpr(Ppush)
print(i)
}
Print <- paste("print", "\"...