Error in `sym()`:
! Can't convert a character `NA` to a symbol.
Run `rlang::last_error()` to see where the error occurred.
Warning message:
One or more parsing issues, call `problems()` on your data frame for details, e.g.:
dat <- vroom(...)
problems(dat)
Hi Denes,
I'm trying to translate mouse to human genes using the following command:
This leads to the error
The line that throws the error is this:
target2_id_type <- sym(id_types[3])
the issue seems to be that
id_types
is length of 2