r02pro {r02pro} | R Documentation |
Do the interactive exercises
Description
This function provides interactive exercises for each lesson corresponding to each subsection of the book "R Programming: Zero to Pro"
Usage
r02pro(id)
Arguments
id |
the index of the lesson |
Value
This function is an interactive exercise. Hence, no value returned.
Examples
#Do the exercise for Section 1.1
## Not run: r02pro(1.1)
[Package r02pro version 0.2 Index]