1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 09:41:55 +02:00

(v1.2.0.9021) only progressbar in interactive sessions

This commit is contained in:
2020-07-01 11:51:26 +02:00
parent cc6ce0a938
commit afc660dc33
13 changed files with 16 additions and 16 deletions

View File

@ -124,7 +124,7 @@ ab_from_text <- function(text,
as.ab(NA)
} else {
if (!isFALSE(translate_ab)) {
out <- ab_property(out, property = translate_ab, initial = FALSE)
out <- ab_property(out, property = translate_ab, initial_search = FALSE)
}
out
}