setup_progress_monitoring: Sets up the progress monitoring environment

Description Usage Arguments Value

View source: R/functions.R

Description

This function sets up the progress monitoring environment. If a secret key exists in the working dir but not an decrypted token, a decrypted token is created. If a decrypted token exists

Usage

1
2
3
4
5
6
7
setup_progress_monitoring(
  working_dir,
  tutorial_name,
  students_gs4_ident,
  mark_gs4_ident,
  mark_gs4_email
)

Arguments

working_dir

The path to the working directory.

tutorial_name

The tutorial_name.

students_gs4_ident

The Googlesheet ID with student credentials.

mark_gs4_ident

The Googlesheet ID that will record students' progress.

mark_gs4_email

The email linked to the Google account

Value

A list with the necessary functions for submitr::shiny_logic().


ChristK/CKteachR documentation built on Dec. 31, 2020, 10:59 a.m.