brodieG/recsub: Recursive Quoted Language Expansion

Expands quoted language by recursively replacing any symbol that points to quoted language with the language it points to. The recursive process continues until only symbols that point to non-language objects remain. The resulting quoted language can then be evaluated normally. This differs from the traditional 'quote'/'eval' pattern because it resolves intermediate language objects that would interfere with evaluation.

Getting started

Package details

Maintainer
LicenseGPL (>=2)
Version0.1.2
URL https://github.com/brodieG/oshka
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("brodieG/recsub")
brodieG/recsub documentation built on May 4, 2019, 1:07 p.m.