Error: Failed to timestamp the image result
Santibel opened this issue · 0 comments
Santibel commented
hello, i am sorry but maybe you can help me with this error :
I am getting: "Failed to timestamp the image result" , while executing the flowjo plugin and selecting a categorical parameter.
Ofnote, if i do not choose a categorical parameter everything works fine.
This is the error i get inside the script:
[1] "EventNumber Detected - This is FlowJo"
Error: Can't bind data because some arguments have the same name
<error/rlang_error>
Can't bind data because some arguments have the same name
Backtrace:
x
- -input %>% select(EventNumberDP, everything())
- +-base::withVisible(eval(quote(
_fseq
(_lhs
)), env, env)) - -base::eval(quote(
_fseq
(_lhs
)), env, env) -
\-base::eval(quote(`_fseq`(`_lhs`)), env, env)
-
\-`_fseq`(`_lhs`)
-
\-magrittr::freduce(value, `_function_list`)
-
+-base::withVisible(function_list[[k]](value))
-
\-function_list[[k]](value)
-
+-dplyr::select(., EventNumberDP, everything())
-
\-dplyr:::select.data.frame(., EventNumberDP, everything())
-
\-tidyselect::vars_select(tbl_vars(.data), !!!enquos(...))
-
\-tidyselect:::vars_select_eval(.vars, quos)
-
\-rlang::child_env(data_helpers_env, !!!data)
-
\-rlang:::env_bind_impl(env, list2(.
Execution halted