1
0
mirror of https://github.com/msberends/AMR.git synced 2026-05-31 17:41:49 +02:00
This commit is contained in:
2026-04-21 15:03:04 +02:00
11 changed files with 37 additions and 30 deletions

View File

@@ -766,7 +766,7 @@ vector_or <- function(v, quotes = TRUE, reverse = FALSE, sort = TRUE, initial_ca
}
if (isTRUE(quotes)) {
if (isTRUE(documentation)) {
quotes <- '"'
quotes <- c("`\"", "\"`")
} else {
# use cli to format as values
quotes <- c("{.val ", "}")