Demo the current lesson in swirl
Jump right in to the current swirl lesson without needing to navigate swirl's menus. It's also possible to jump into the middle of a lesson.
demo_lesson(from = NULL, to = NULL)
from |
Question number to begin with. Defaults to beginning of lesson. |
to |
Question number to end with. Defaults to end of lesson. |
## Not run: # Demo current lesson from beginning through the end demo_lesson() # Demo current lesson from question 5 through the end demo_lesson(5) # Demo current lesson from question 8 through question 14 demo_lesson(8, 14) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.