Skip to content

Commit

Permalink
create reading and writing data lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarchedi committed Jul 13, 2014
1 parent cab2313 commit cc6b5f5
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R_Programming/Looking_at_Data/customTests.R
Original file line number Diff line number Diff line change
@@ -1 +1 @@
AUTO_DETECT_NEWVAR <- FALSE
# AUTO_DETECT_NEWVAR <- FALSE
7 changes: 7 additions & 0 deletions R_Programming/Reading_Data/customTests.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Put custom tests in this file.

# Uncommenting the following line of code will disable
# auto-detection of new variables and thus prevent swirl from
# repeating execution of printing and plotting commands.

# AUTO_DETECT_NEWVAR <- FALSE
1 change: 1 addition & 0 deletions R_Programming/Reading_Data/initLesson.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Put initialization code in this file.
7 changes: 7 additions & 0 deletions R_Programming/Reading_Data/lesson.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Class: meta
Course: R Programming
Lesson: Reading Data
Author: your name goes here
Type: Standard
Organization: your organization's name goes here
Version: 2.2.12
7 changes: 7 additions & 0 deletions R_Programming/Writing_Data/customTests.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Put custom tests in this file.

# Uncommenting the following line of code will disable
# auto-detection of new variables and thus prevent swirl from
# repeating execution of printing and plotting commands.

# AUTO_DETECT_NEWVAR <- FALSE
1 change: 1 addition & 0 deletions R_Programming/Writing_Data/initLesson.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Put initialization code in this file.
7 changes: 7 additions & 0 deletions R_Programming/Writing_Data/lesson.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Class: meta
Course: R Programming
Lesson: Writing Data
Author: your name goes here
Type: Standard
Organization: your organization's name goes here
Version: 2.2.12
2 changes: 1 addition & 1 deletion R_Programming/lapply_and_sapply/customTests.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# So swirl does not repeat execution of commands
AUTO_DETECT_NEWVAR <- FALSE
# AUTO_DETECT_NEWVAR <- FALSE

# Returns TRUE if the user has calculated a value equal to that calculated by the given expression.
calculates_same_value <- function(expr){
Expand Down

0 comments on commit cc6b5f5

Please sign in to comment.