[R] values of list of variable names

Greg Minshall m|n@h@|| @end|ng |rom @cm@org
Fri Jun 1 22:07:38 CEST 2018


Christian,

does this do it?

> eval(lapply(ls(pattern="pr"), function(x) eval(parse(text=x))))

cheers, Greg




More information about the R-help mailing list