Exports peer evaluation data - both raw data and data summary (see tbl_summarize_peer_evaluation_data for details).

tbl_export_peer_evaluation_data(data, filepath = "pe_data_summary.xlsx", ...)

Arguments

data

the peer evaluation data frame retrieved by tbl_fetch_peer_evaluation_data

filepath

the excel file where to save the peer evaluation data summary

...

parameters passed on to tbl_summarize_peer_evaluation_data

Value

returns the passed in data invisibly to permit use of this function inside pipelines