skip {swirl} | R Documentation |
Skip the current unit of instruction.
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
skip()
Examples
## 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)
[Package swirl version 2.4.5 Index]