Skip to content

Commit

Permalink
Updated objectives.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Sep 8, 2014
1 parent 12e5dca commit aa95e6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions 03-loops-R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ To do that, we'll have to teach the computer how to repeat things.
* Explain what a `for` loop does.
* Correctly write `for` loops to repeat simple calculations.
* Trace changes to a loop variable as the loop runs.
* Trace changes to other variables as they are updated by a for loop.
* Explain what a list is.
* Create and index lists of simple values.
* Use a function to get a list of filenames that match a simple wildcard pattern.
* Trace changes to other variables as they are updated by a `for` loop.
* Use a function to get a list of filenames that match a simple pattern.
* Use a `for` loop to process multiple files.
</div>

Expand Down
6 changes: 2 additions & 4 deletions 03-loops-R.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ To do that, we'll have to teach the computer how to repeat things.
* Explain what a `for` loop does.
* Correctly write `for` loops to repeat simple calculations.
* Trace changes to a loop variable as the loop runs.
* Trace changes to other variables as they are updated by a for loop.
* Explain what a list is.
* Create and index lists of simple values.
* Use a function to get a list of filenames that match a simple wildcard pattern.
* Trace changes to other variables as they are updated by a `for` loop.
* Use a function to get a list of filenames that match a simple pattern.
* Use a `for` loop to process multiple files.
</div>

Expand Down

0 comments on commit aa95e6a

Please sign in to comment.