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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user