Skip to content

Commit

Permalink
Merge pull request swirldev#170 from karel1980/typofix1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
seankross committed May 15, 2015
2 parents 618c230 + cc1d56c commit b516173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R_Programming/Base_Graphics/lesson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
Hint: Type data(mtcars) to load the data.

- Class: text
Output: Anytime that you load up a new data frame, you should explore it before using it. In the middle of a swirl lesson, just type play(). This temporarily suspends the lesson (without losing the work you have already done) and allows you to issue commands like dim(mtcares) and head(mtcars). Once you are done examining the data, just type nxt() and the lesson will pick up where it left off.
Output: Anytime that you load up a new data frame, you should explore it before using it. In the middle of a swirl lesson, just type play(). This temporarily suspends the lesson (without losing the work you have already done) and allows you to issue commands like dim(mtcars) and head(mtcars). Once you are done examining the data, just type nxt() and the lesson will pick up where it left off.

- Class: cmd_question
Output: Look up the help page for boxplot().
Expand Down

0 comments on commit b516173

Please sign in to comment.