swirl (version 2.4.5)

skip: 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()

Arguments

Examples

Run this code
# 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.
# }

Run the code above in your browser using DataCamp Workspace