rstudio/learnr

Tutorial Example that stores tutorial event information in a Google Spreadsheet

Open

#341 geöffnet am 14. März 2020

Auf GitHub ansehen
 (13 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)R (240 Forks)github user discovery
difficulty: novicedocseffort: mediumhelp wantedpriority: low

Repository-Metriken

Stars
 (734 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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)

Contributor Guide