rstudio/learnr

Tutorial Example that stores tutorial event information in a Google Spreadsheet

Aberta

#341 aberto em 14 de mar. de 2020

 (13 comentários) (0 reação) (0 responsável)R (240 forks)github user discovery
difficulty: novicedocseffort: mediumhelp wantedpriority: low

Métricas do repositório

Stars
 (734 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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)

Guia do colaborador