ascii.table {SoundexBR} | R Documentation |
To detect ASCII characters, we may need to specify them literally. This function helps identifying what character is in ascii format and what is not.
ascii.table(x)
x |
A string whose characters is to be checked against. |
Returns TRUE
if ASCII character and FALSE
otherwise.
Daniel Marcelino, dmarcelino@live.com