Find non-ASCII string in files

findNonAsciiStringsInFolder(path = ".", recursive = TRUE, pattern = "*.R$")

Arguments

path

Path to the folder containing the files matching the pattern parameter.

recursive

If TRUE, subfolders will also be searched for files matching the pattern parameter.

pattern

The regular expression to use for selecting files. The default is .R files.

Value

A table listing the lines per file containing non-ASCII characters.