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)

贡献者指南