https://github.com/emaasit/programming-assignment-2
Programming Assignment 2: Lexical Scoping
https://github.com/emaasit/programming-assignment-2
Last synced: 7 months ago
JSON representation
Programming Assignment 2: Lexical Scoping
- Host: GitHub
- URL: https://github.com/emaasit/programming-assignment-2
- Owner: Emaasit
- Created: 2014-07-27T19:59:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T21:04:32.000Z (over 11 years ago)
- Last Synced: 2025-05-29T04:42:49.773Z (7 months ago)
- Language: R
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.