Find non-ASCII string in files
findNonAsciiStringsInFolder(path = ".", recursive = TRUE, pattern = "*.R$")
Path to the folder containing the files matching the pattern parameter.
If TRUE, subfolders will also be searched for files matching the pattern parameter.
The regular expression to use for selecting files. The default is .R files.
A table listing the lines per file containing non-ASCII characters.