We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please run these codes, and it will yeild an error message.
a <- data.frame(x1 =c(0, 1), x2 =c(1,0)) %>% dtplyr::lazy_dt() %>% dplyr::mutate(dplyr::across(.cols = c("x1", "x2"), .fns = ~ ifelse(is.na(.x) | !.x, "", sub("x", "", dplyr::cur_column() ) ) ) ) %>% dplyr::as_tibble()
I looked into this issue, and I found the objects from environment dplyr:::context_env will leave empty.
dplyr:::context_env
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please run these codes, and it will yeild an error message.
I looked into this issue, and I found the objects from environment
dplyr:::context_env
will leave empty.The text was updated successfully, but these errors were encountered: