Read peer evaluation data that's already downloaded. Usually called indirectly via tbl_fetch_peer_evaluation_data unless there is no reason to fetch the latest data from the google spreadsheet.

tbl_read_peer_evaluation_data(
  folder = ".",
  roster = read_excel(file.path(folder, "roster.xlsx")),
  download_file = file.path(folder, "pe_data_downloaded.xlsx")
)

Arguments

folder

folder where the peer evaluation app is located (relative to the location of the RMarkdown file if used in the latter context)

roster

data frame with the student roster

download_file

downloaded peer evaluation data file, created by tbl_fetch_peer_evaluation_data