mirror of
https://github.com/msberends/AMR.git
synced 2025-12-18 12:20:23 +01:00
(v3.0.0.9011) allow names for age_groups()
This commit is contained in:
@@ -519,7 +519,7 @@ word_wrap <- function(...,
|
||||
)
|
||||
msg <- paste0(parts, collapse = "`")
|
||||
}
|
||||
msg <- gsub("`(.+?)`", font_grey_bg("\\1"), msg)
|
||||
msg <- gsub("`(.+?)`", font_grey_bg("`\\1`"), msg)
|
||||
|
||||
# clean introduced whitespace in between fullstops
|
||||
msg <- gsub("[.] +[.]", "..", msg)
|
||||
|
||||
Reference in New Issue
Block a user