Metaprogramming in R (e-bog) af Mailund, Thomas
Mailund, Thomas (forfatter)

Metaprogramming in R e-bog

288,10 DKK (inkl. moms 360,12 DKK)
Learn how to manipulate functions and expressions to modify how the R language interprets itself. This book is an introduction to metaprogramming in the R language, so you will write programs to manipulate other programs. Metaprogramming in R shows you how to treat code as data that you can generate, analyze, or modify. R is a very high-level language where all operations are functions and...
E-bog 288,10 DKK
Forfattere Mailund, Thomas (forfatter)
Forlag Apress
Udgivet 1 juni 2017
Genrer Probability and statistics
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781484228814
Learn how to manipulate functions and expressions to modify how the R language interprets itself. This book is an introduction to metaprogramming in the R language, so you will write programs to manipulate other programs. Metaprogramming in R shows you how to 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 can be manipulated. This book shows you how to leverage R's natural flexibility in how function calls and expressions are evaluated, to create small domain-specific languages to extend R within the R language itself. What You'll LearnFind out about the anatomy of a function in R Look inside a function callWork with R expressions and environmentsManipulate expressions in RUse substitutions Who This Book Is ForThose with at least some experience with R and certainly for those with experience in other programming languages.