rstudio/learnr
View on GitHubTutorial Example that stores tutorial event information in a Google Spreadsheet
Open
#341 opened on Mar 14, 2020
difficulty: novicedocseffort: mediumhelp wantedpriority: low
Repository metrics
- Stars
- (734 stars)
- PR merge metrics
- (PR metrics pending)
Description
Make an example tutorial that saves all tutorial events to a google spreadsheet.
Possible features:
- Use
options(tutorial.event_recorder = FUNC) - Use
googlesheets4https://googlesheets4.tidyverse.org/ - Use a local
.Renvironfile to store passwords (maybe?)- Would allow for the tutorial to be shipped to shinyapps.io and still work. (System environment variables are not able to be set on shinyapps.io)