Metaprogramming in R
This book introduces metaprogramming. Metaprogramming is when you write programs that manipulate other programs; in other words, you treat code as data that you can generate, analyze, or modify. R is a very high-level language where all operations are functions, and all functions are data that you can manipulate.
下载地址
用户评论