Skip to content

Commit 0763f5a

Browse files
committed
Merge pull request #110 from lgreski/master
Added two links: makeCacheMatrix as an Object, and S Objects, R Objec…
2 parents 5d1cf2b + be0a48a commit 0763f5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rprog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ permalink: /rprog/
1414
- [PA3-test: `testthat`, Unit Tests for Programming Assignment 3](https://github.com/cbryant1000/pa3test)
1515
- [Alternative submit script for Programming Assignment 1 that makes submitting more convenient by allowing selection of multiple parts plus prompting if user wants to submit another part before exiting](https://github.com/rchampoux/coursera/blob/master/rprog-scripts-submitscript1.R)
1616
- [Grading the SHA-1 Hash Code](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-gradeSHA1hash.md)
17+
- [Assignment 2: makeCacheMatrix as an Object](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprogAssignment2Prototype.md)
1718

1819

1920
## R Language
2021

2122
- [Some notes on the R Language](http://lopezrj.github.io)
2223
- [A Data Frame is Also a List](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/dataFrameAsList.md)
24+
- [S Objects, R Objects, and Lexical Scoping](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-lexicalScoping.md)
25+
2326

2427
## R language cheatsheet
2528

0 commit comments

Comments
 (0)