Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emaasit/programming-assignment-2

Programming Assignment 2: Lexical Scoping
https://github.com/emaasit/programming-assignment-2

Last synced: about 1 month ago
JSON representation

Programming Assignment 2: Lexical Scoping

Awesome Lists containing this project

README

        

Programming-Assignment-2
========================

Programming Assignment 2: Lexical Scoping
-------------------------------------------

This assignment involved writing an R function to cache potentially time-consuming computations by taking advantage of the scoping rules of the R language and how they can be manipulated to preserve state inside of an R object.