Skip to content
Prev 249061 / 398498 Next

Finding non-ASCII characters in R code using R

During R CMD check I get the following note:

* checking data for non-ASCII characters ... NOTE
  Note: found 9 marked UTF-8 string(s)

How can I search my code files for non ASCII chars using R?

Thanks,
Mark