rstudio/learnr

Tutorial Example that stores tutorial event information in a Google Spreadsheet

開放

#341 建立於 2020年3月14日

 (13 則留言) (0 個反應) (0 位負責人)R (240 個分叉)github user discovery
difficulty: novicedocseffort: mediumhelp wantedpriority: low

倉庫指標

星標
 (734 顆星)
PR 合併指標
 (30 天內沒有已合併 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)

貢獻者指南