skip: Skip the current unit of instruction.

Description Usage Examples

View source: R/swirl.R

Description

swirl will enter the correct answer and notify the user of the names of any new variables which it may have created in doing so. These may be needed for subsequent questions.

Usage

1
skip()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 

| Create a new variable called `y` that contains the number 8.

> skip()

| I've entered the correct answer for you.

| In doing so, I've created the variable(s) y, which you may need later.

## End(Not run)

swirl documentation built on Jan. 16, 2020, 5:03 p.m.