Opens the file of a tutorial in RStudio so that the user can read it or play with the code.
tutorial(tutorial_name = "HTM1", extension = "html")
tutorial_name | The name of the tutorial. Accepted values are "HTM1" and "HTM2". Default is "HTM1". |
---|---|
extension | The extension of the tutorial. Accepted values are "html" "website" (direct to sizespectrum.org) and "Rmd". Default is "html". |