mirror of
https://github.com/msberends/AMR.git
synced 2026-03-30 20:55:53 +02:00
fixes
This commit is contained in:
@@ -661,7 +661,8 @@ interpretive_rules <- function(x,
|
||||
ab <- gsub("-S$", "", ab_s)
|
||||
if (ab %in% names(cols_ab) && !ab_s %in% names(cols_ab)) {
|
||||
if (isTRUE(info)) {
|
||||
message_("Using column '", cols_ab[names(cols_ab) == ab],
|
||||
message_(
|
||||
"Using column '", cols_ab[names(cols_ab) == ab],
|
||||
"' as ", ab_name(ab_s, language = NULL, tolower = TRUE),
|
||||
" since a column '", ab_s, "' is missing but required for the chosen rules"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user