tbl_read_peer_evaluation_data: Read downloaded peer evaluation data

tbl_read_peer_evaluation_dataR Documentation

Read downloaded peer evaluation data

Description

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.

Usage

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


KopfLab/tbltools documentation built on July 30, 2023, 11:16 p.m.