Fetches the peer evaluation data from the google spreadsheet and reads it (using tbl_read_peer_evaluation_data). For standard installations of the peer evaluation app, all defaults should be sufficient with only parameter data_gs_title
requiring a specification.
folder where the peer evaluation app is located (relative to the location of the RMarkdown file if used in the latter context)
name of the google spreadsheet that should be used for storing the peer evaluation data. This spreadsheet must already exist and the gs_key_file
must grant access to it.
optional alternative to the data_gs_title
, a google spread sheet ID text or object (see sheets_id). If provided, it takes precedence over the data_gs_title
parameter as the google spreadsheet doesn't need to be searched by name anymore (i.e. can be loaded faster).
this parameter is no longer used (replaced by data_gs_id)
data frame with the student roster
path to your .json access key file for peer evaluation google spreadsheets. See the peer evaluations vignette for details. This key file is safe to use on a secure shiny app server but be careful to never post this file anywhere publicly as it could be used to gain access to your peer evaluation spreadsheets. Make sure to share the google spreadshhet for this peer evaluation with the client_email
listed in the key file.
location where the whole peer evaluation data sheet will be downloaded to for more efficient read access