mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 02:41:56 +02:00
(v1.7.1.9060) bugfix set_ab_names
This commit is contained in:
@ -354,7 +354,7 @@ set_ab_names <- function(data, ..., property = "name", language = get_locale(),
|
||||
}
|
||||
|
||||
if (is.data.frame(data)) {
|
||||
if (length(list(...)) > 0) {
|
||||
if (tryCatch(length(list(...)) > 0, error = function(e) TRUE)) {
|
||||
df <- pm_select(data, ...)
|
||||
} else {
|
||||
df <- data
|
||||
|
Reference in New Issue
Block a user