In my R script I am using quite often the function
eval(parse(text=paste(....
However, by reading many posts on this forum many people say it's not the best way to proceed. May anyone tell me why this solution is not suitable?
Thank you and have a nice day