This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-30 13:03:20 +02:00
commit e64f9c5d17
No known key found for this signature in database
5 changed files with 140 additions and 184 deletions

View file

@ -54,7 +54,7 @@ FreesearchR_colors <- function(choose = NULL) {
fg = "#000000"
)
if (!is.null(choose)) {
out[choose]
unname(out[choose])
} else {
out
}