We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08194e6 commit 9c23564Copy full SHA for 9c23564
1 file changed
R/create_grading_progress_log.R
@@ -71,8 +71,7 @@ create_grading_progress_log <- function(
71
72
# Read in class roster
73
grading_progress_log_new <- readr::read_csv(roster_path, show_col_types = FALSE) %>%
74
- mutate(across(everything(), as.character)) %>%
75
- mutate(student_identifier = as.character(student_identifier))
+ mutate(across(everything(), as.character))
76
77
# Save team to student identifier; save team members
78
if (team_grading) {
0 commit comments