Friday, October 10, 2014

Meta-development with R !

I am now going deeper into R which is great ! I recommend to look at this functions when you want to write code which generate and evaluate code directly.
  • assign()
  • eval()
  • parse()
  • quote()
  • new.env()
It is not the best in term of performance but can be really useful for dynamic coding. Have a great week- end ;-) !

No comments: