Longfei2

Results 5 comments of Longfei2

Dear, There are not arguemnt like `enconding` to help output?

You can see this example: ``` a % 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()...

There is the only codes of `stop("aaaa")` in test.R file. I don't know if the use of `getwd()` caused this issue? Or, I don't understand this description?