mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 06:51:48 +02:00
documentation
This commit is contained in:
@ -1116,7 +1116,7 @@ edit_rsi <- function(x,
|
||||
error = function(e) {
|
||||
txt_error()
|
||||
stop(paste0(
|
||||
"In row(s) ", paste(rows[1:min(length(rows), 10)], collapse = ","),
|
||||
"In row(s) ", paste(rows[seq_len(min(length(rows), 10))], collapse = ","),
|
||||
ifelse(length(rows) > 10, "...", ""),
|
||||
" while writing value '", to,
|
||||
"' to column(s) `", paste(cols, collapse = "`, `"),
|
||||
|
Reference in New Issue
Block a user