mirror of
https://github.com/msberends/AMR.git
synced 2026-04-28 12:23:54 +02:00
Add add_if_missing parameter to control NA handling in interpretive rules (#264)
This commit is contained in:
@@ -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 ", "}")
|
||||
|
||||
Reference in New Issue
Block a user