Skip to content

Commit 1b42d0c

Browse files
authored
Merge pull request #124 from lgreski/master
Add article illustrating how to use R to download lecture videos.
2 parents 79c1e5c + 3c73cb4 commit 1b42d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rprog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ permalink: /rprog/
2727
- [S Objects, R Objects, and Lexical Scoping](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-lexicalScoping.md)
2828
- [Common R Mistakes: Overwriting Functions with Data Objects](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-overwritingRFunctions.md)
2929
- [Forms of the Extract Operator](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-extractOperator.md)
30+
- [Creative Use of R: Downloading Course Lectures](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-downloadingLectures.md) Article illustrating how to use R to automate the download of lectures from *Data Science Specialization* courses, such as *R Programming*. Techniques used in this article are helpful to make research reproducible, as required for courses like *Getting and Cleaning Data* and *Reproducible Research*.
3031

3132

3233
## R language cheatsheet

0 commit comments

Comments
 (0)