Created
March 12, 2025 14:54
-
-
Save CorradoLanera/6232b9b36ddd509f3469234197a245fe to your computer and use it in GitHub Desktop.
Find non ascii character in R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
res <- fs::dir_ls("R", regexp = "\\.R$") |> | |
purrr::map(tools::showNonASCIIfile) |> | |
purrr::compact() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment