rstudio/learnr

Tutorial Example that stores tutorial event information in a Google Spreadsheet

Open

#341 aperta il 14 mar 2020

Vedi su GitHub
 (13 commenti) (0 reazioni) (0 assegnatari)R (240 fork)github user discovery
difficulty: novicedocseffort: mediumhelp wantedpriority: low

Metriche repository

Star
 (734 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Make an example tutorial that saves all tutorial events to a google spreadsheet.

Possible features:

  • Use options(tutorial.event_recorder = FUNC)
  • Use googlesheets4 https://googlesheets4.tidyverse.org/
  • Use a local .Renviron file 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)

Guida contributor