0

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

richpiana
  • 411
  • 1
  • 7
  • 16
  • Because there are better ways to do it without using the `eval(parse(.` What is the problem you are trying to solve? – akrun Feb 03 '16 at 10:08
  • It's not really a problem because it works but I was wondering why it's not recommended to use it? Is it not stable in big loops or something like that? – richpiana Feb 03 '16 at 10:10
  • The dupe link may give some info. – akrun Feb 03 '16 at 10:11

0 Answers0