Skip to content

Commit

Permalink
add lesson objectives
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Prener committed Feb 20, 2019
1 parent 8320041 commit abcfe82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ This repository contains the third lesson for the Data Wrangling in R seminar. T
### Lesson Objectives
By the end of this lesson, learners should be able to:

1.
1. Create a new data frame with only a selection (i.e. a "subset") of observations based on characteristics present in the data.
2. Create a new data frame with a set group of observations based on the current sort order.
3. Create a new data frame with a random sample of observations.

### Lesson Resources
* The [`SETUP.md`](/references/SETUP.md) file in the [`references/`](/references) directory contains a list of packages required for this lesson
Expand Down

0 comments on commit abcfe82

Please sign in to comment.