Cargando…

Metaprogramming in R : advanced statistical programming for data science, analysis and finance /

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mailund, Thomas (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Place of publication not identified] : Apress, [2017]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Anatomy of a Function
  • 2. Inside a Function-Call
  • 3. Expressions and Environments
  • 4. Manipulating Expressions
  • 5. Working with Substitutions.