Skip to content

Commit

Permalink
issue with base id not returning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Kain authored and Morgan Kain committed Mar 19, 2024
1 parent 094aad9 commit 53ad151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/helper_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ get_base_id <- function() {
if (grep("[,]", base_id) %>% length() > 0) {
base_id <- (base_id %>% strsplit(., ", "))[[1]] %>% as.list()
}
return(base_id)
}


Expand Down

0 comments on commit 53ad151

Please sign in to comment.