Recommendations for working with R tutorials in Positron? #5635
-
I make extensive use of R tutorials when teaching introductory statistics. The Tutorial Pane in RStudio works well. Is there an equivalent in Positron? If not (and I certainly can't find one), what approach do people recommend? Again, I am teaching beginner students. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We don't currently have a specific tutorials pane, but you can run any learnr tutorial from the R console and interact with it then in our Viewer pane. For example, with: learnr::run_tutorial("hello", package = "learnr") You will get: |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response. Commands like that are tricky for beginner students, many of whom have never typed anything in a Console. |
Beta Was this translation helpful? Give feedback.
We don't currently have a specific tutorials pane, but you can run any learnr tutorial from the R console and interact with it then in our Viewer pane. For example, with:
You will get: