Skip to content

Commit 9c23564

Browse files
committed
remove redundant line ref #33
1 parent 08194e6 commit 9c23564

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

R/create_grading_progress_log.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ create_grading_progress_log <- function(
7171

7272
# Read in class roster
7373
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))
74+
mutate(across(everything(), as.character))
7675

7776
# Save team to student identifier; save team members
7877
if (team_grading) {

0 commit comments

Comments
 (0)