Description Usage Arguments Note Examples
View source: R/start_as_tutorial.R
Start a learnr tutorial
1 | start_tutorial(name = NULL, package = "learnr.proto", host = NULL)
|
name |
Tutorial name. Available tutorials: "fg1", "fg2", "fg3". |
package |
Tutorial package. Default: "learnr.proto" (Functional Genomics) |
host |
Rstudio Server IP address. Required if the server is not hosting on localhost. Automatically set for rstudio.science.ru.nl. |
To see the available tutorials for any package, run learnr::available_tutorials()
1 2 3 4 5 | learnr.dashboard::start_tutorial("fg1")
learnr.dashboard::start_tutorial("fg2")
learnr.dashboard::start_tutorial("fg3")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.