Skip to content

Commit

Permalink
Update label_selecter.R
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Aug 20, 2024
1 parent 7eb1abf commit 34dc9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/label_selecter.R
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ label_selecter <- function(label,
}
}else{
print(paste0(l, " is numeric"))
l2 <- str_pad(string = l, 6, "0", side = "left")
l2 <- stringr::str_pad(string = l, 6, "0", side = "left")
label_list4 <- NULL
label_list3a <- NULL
for(lt in labeltypes){
Expand Down

0 comments on commit 34dc9fd

Please sign in to comment.