mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 17:02:03 +02:00
pm_bind_rows
This commit is contained in:
2
R/ab.R
2
R/ab.R
@ -495,7 +495,7 @@ as.ab <- function(x, flag_multiple_results = TRUE, info = interactive(), ...) {
|
||||
# save to package env to save time for next time
|
||||
if (isTRUE(initial_search)) {
|
||||
AMR_env$ab_previously_coerced <- AMR_env$ab_previously_coerced[which(!AMR_env$ab_previously_coerced$x %in% x), , drop = FALSE]
|
||||
AMR_env$ab_previously_coerced <- unique(bind_rows2(AMR_env$ab_previously_coerced,
|
||||
AMR_env$ab_previously_coerced <- unique(pm_bind_rows(AMR_env$ab_previously_coerced,
|
||||
data.frame(
|
||||
x = x,
|
||||
ab = x_new,
|
||||
|
Reference in New Issue
Block a user