Skip to content

Commit

Permalink
Merging with above
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Jun 13, 2018
2 parents 1b61e78 + 12e27fc commit d37a5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_course.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ check_course = function(course_dir = ".", save_metrics = TRUE,
warning(paste0("Multiple sheets identified! Please check ",
fname))
}
if (length(x) == 0|grepl("\\(\\)",x)) {
if (length(x) == 0 || grepl("\\(\\)", x)) {
return(NA)
}
return(x)
Expand Down

0 comments on commit d37a5e8

Please sign in to comment.