open_exercise | R Documentation |
Call this function with the session number as argument and the exercise file will be copied in the working directory and opened in the editor.
open_exercise(session)
session |
Session number as a number. |
The following sessions have exercises:
- Session 03.
- Session 06.
- Session 08.
You can also open a fully worked-out analysis with 'open_exercise("full")'
Nothing. Used for its side effects.
## Not run:
open_exercise(3)
open_exercise("full")
## End(Not run)
# The exercise of Session 03 will open for editing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.