Skip to content

Instantly share code, notes, and snippets.

@CorradoLanera
Created March 12, 2025 14:54
Show Gist options
  • Save CorradoLanera/6232b9b36ddd509f3469234197a245fe to your computer and use it in GitHub Desktop.
Save CorradoLanera/6232b9b36ddd509f3469234197a245fe to your computer and use it in GitHub Desktop.
Find non ascii character in R
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