1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 17:02:03 +02:00
This commit is contained in:
2023-07-11 14:29:40 +02:00
parent 8df1cd8d97
commit 66eeeb4b88
6 changed files with 15 additions and 11 deletions

2
R/ab.R
View File

@ -548,7 +548,7 @@ pillar_shaft.ab <- function(x, ...) {
# add the names to the drugs as mouse-over!
if (tryCatch(isTRUE(getExportedValue("ansi_has_hyperlink_support", ns = asNamespace("cli"))()), error = function(e) FALSE)) {
out[!is.na(x)] <- font_url(url = ab_name(x[!is.na(x)], language = NULL),
out[!is.na(x)] <- font_url(url = ab_name(x[!is.na(x)]),
txt = out[!is.na(x)])
}