rstudio/learnr

Tutorial Example that stores tutorial event information in a Google Spreadsheet

オープン

#341 opened on 2020/03/14

 (13 件のコメント) (0 件のリアクション) (0 人の担当者)R (240 件のフォーク)github user discovery
difficulty: novicedocseffort: mediumhelp wantedpriority: low

Repository metrics

Stars
 (734 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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)

コントリビューターガイド